@charset "UTF-8";
/* CSS Document */
/* ---------------------
  項目をコピーしてページ内検索することで目的のセクションに移動できます。
  - *エディタ用
  - *h1
  - *ボタン
  - *ヘッダー
  - *追従ボタン
  - *ナビゲーション
  - *メインビジュアル
  - *ページトップ
  - *フッター
  - *MPクラウド
  - *RIBON
  - *common
--------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --text-color: #222;
  /*メイン色*/
  --main-color: #416e5b;
  /*サブ色*/
  --sub-color: #64937f;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #e6ecdf;
  /*境界線色*/
  --border-color: #6aa15b;
}

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

body,
.nav_wrap.fixed,
#mainvisual,
header,
footer {
  min-width: 1240px;
}
@media screen and (max-width: 640px) {
  body,
  .nav_wrap.fixed,
  #mainvisual,
  header,
  footer {
    min-width: 100%;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  word-wrap: break-word;
  /*background: url(images/design.jpg) no-repeat top center;*/
  text-align: justify;
  /*overflow-x: hidden;*/
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }

  body.nav-open {
    overflow: hidden;
  }
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: var(--sub-color);
}

::-moz-selection {
  background-color: var(--sub-color);
}

::selection {
  background-color: var(--sub-color);
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit!important;
  }
  .fixed_web_yoyaku_btn {
    display: none!important;
  }
}

/*TELリンクのカーソルはデフォルトにする*/
[href^=tel]:hover {
  cursor: default;
  color: var(--main-color);
}
a[href="tel:準備中"] {
  pointer-events: none;
}

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

  *エディタ用

==================================================================================================================================*/
br.sp_inline + br,
br.pc_inline + br,
br.sp + br,
br.pc + br {
  display: none;
}

.cmn_editor:not(.clearfix)::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------タイトルの上に余白を付ける--------------------*/
.cmn_editor h2:nth-child(n+2) {
  margin-top: 2em;
}

.cmn_editor h3:nth-child(n+2),
.cmn_editor h4:nth-child(n+2),
.cmn_editor h5:nth-child(n+2),
.cmn_editor h6:nth-child(n+2) {
  margin-top: 1.5em;
}

/*--------------------pタグ--------------------*/
.cmn_editor p {
  margin-bottom: 1em;
}

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

/*--------------------タイトル--------------------*/
/* reset */
.title_style01,
.title_style02,
.title_style03 {
  display: block;
  border: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  text-shadow: none;
  box-shadow: none;
}
.title_style01:before,
.title_style01:after,
.title_style02:before,
.title_style02:after,
.title_style03:before,
.title_style03:after {
  display: none!important;
}

/* 太字 */
.title_style01 {
  color: var(--main-color);
  font-weight: bold;
}

/* 下線 */
.title_style02 {
  display: table;
  color: var(--main-color);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color);
}

/* 背景色付き・白抜き */
.title_style03 {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

/*--------------------枠--------------------*/
.box_style01:not(:last-child),
.box_style02:not(:last-child),
.box_style03:not(:last-child) {
  margin-bottom: 1em;
}

.box_style01 {
  background: var(--bg-color);
  padding: 20px;
  border-radius: 10px;
}

.box_style02 {
  border: solid 1px var(--border-color);
  padding: 20px;
  border-radius: 10px;
}

.box_style03 {
  border: dashed 1px var(--border-color);
  padding: 20px;
  border-radius: 10px;
}

/*--------------------テーブル--------------------*/
.cmn_editor table,
.table_style2_30,
.table_style2_50,
.table_style2_70,
.table_style3 {
  width: 100%;
  background-color: var(--bg-color);
}

.cmn_editor th,
.cmn_editor 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: 10px;
}

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

.cmn_editor 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: 33.3% !important;
}

/*--------------------ラインマーカー--------------------*/
.marker {
  background: linear-gradient(transparent 60%, #ffff93 60%);
}

/*----------番号付きリスト----------*/
.cmn_editor ol:not(:last-child) {
  margin-bottom: 1em;
}

.cmn_editor ol {
  counter-reset: number;
}

.cmn_editor ol li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

.cmn_editor ol li:last-of-type {
  margin-bottom: 0;
}

.cmn_editor ol li:before {
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number) ".";
  font-weight: bold;
  letter-spacing: 0;
  position: absolute;
  left: 0;
}

/* 四角 */
.cmn_editor ol.square li {
  padding-left: 2.5em;
  margin-bottom: 12px;
}

.cmn_editor ol.square li:last-of-type {
  margin-bottom: 0;
}

.cmn_editor ol.square li:before {
  width: 2em;
  text-align: center;
  background: var(--sub-color);
  color: #fff;
  content: counter(number);
}

/* 丸 */
.cmn_editor ol.circle li {
  padding-left: 2.5em;
  margin-bottom: 12px;
}

.cmn_editor ol.circle li:last-of-type {
  margin-bottom: 0;
}

.cmn_editor ol.circle li:before {
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  padding: unset;
  background: var(--sub-color);
  border-radius: 50%;
  color: #fff;
  content: counter(number);
}




/* 検索結果ページ（search.php） */
.search_item {
    padding-bottom: 60px;
}
.search_count {
    padding-bottom: 40px;
}




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

  *h1

==================================================================================================================================*/
h1 {
  position: absolute;
  top: 12px;
  right: 0;
  line-height: 1.3;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  h1 {
    position: unset;
    padding: 10px 6%;
    text-align: center;
    background: var(--bg-color);
  }
}

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

  *ボタン

==================================================================================================================================*/
.btn01 a {
  display: inline-block;
  padding: 10px 51px 10px 10px;
  font-size: 17px;
  margin: 10px 0;
  color: #2f7a57;
  position: relative;
  background: url(images/icon_arrow_news.png) no-repeat 95% 50%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
	position:relative;
}
.btn01 a[href="#"]{
	pointer-events: none;
}
.btn01 a[href="#"]:before{	
    content: "準備中";	
    position: absolute;	
    top: 50%;	
    left: 50%;	
    z-index: 2;	
    display: flex;	
    justify-content: center;	
    align-items: center;	
    width: 100%;	
    height: 100%;	
    background: rgb(0, 0, 0, 0.7);	
    color: #ffffff;	
    transform: translate(-50%, -50%);	
}
@media (hover: hover) {
  .btn01 a {
    transition: 0.2s ease-in-out;
  }

  .btn01 a:hover {
	  background: url(images/icon_arrow_news.png) no-repeat 100% 50%;
  }
}

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

  *診療時間表

==================================================================================================================================*/
.hours_tit {
  font-size: 18px;
  text-align: center;
  width: 100%;
  border: 1px var(--border-color) solid;
  padding: 8px;
  margin-bottom: 10px;
}

.hours table {
  width: 100%;
}

.hours table tr:first-of-type td, .hours table tr:first-of-type th {
  background: #65927e;
  color: #fff;
  padding: 13px 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hours table tr:first-of-type th{
	border-radius: 5px 0 0 5px;
}
.hours table tr:first-of-type td:last-of-type{
	border-radius: 0 5px 5px 0;
}
.hours table tr:nth-child(2) td,.hours table tr:nth-child(2) th{
	padding: 15px 0 6px;
}
.hours table tr:nth-child(4) td, .hours table tr:nth-child(4) th {
    padding: 6px 0 20px;
    border-bottom: 1px solid #bbbab6;
}
.hours table th, .hours table td {
    padding: 0px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.1em;
}

.hours table th {
  width: 30%;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.hours_note {
  margin-top: 26px;
  font-size: 17px;
  letter-spacing: 0.025em;
  color: #222;
  line-height: 1.9;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hours_closed {
  color: var(--main-color);
  font-weight: bold;
}
.orange{
	font-style: normal;
	color: #e08a23;
}
.green{
	font-style: normal;
	color: #277452;
}
.blue{
	font-style: normal;
	color: #588cb4;
}


@media screen and (max-width: 640px) {
  .hours table th, .hours table td {
    font-size: 12px;
    letter-spacing: 0;
  }
  .hours_note {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6;
}
}



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

  *ヘッダー

==================================================================================================================================*/
.head_mv {
  position: relative;
}

.header {
  width: 100%;
  height: 20px;
  background: #fff;
}

.header_inner {
  position: relative;
  width: calc(100% - 100px);
  margin: 0 auto;
}

/*----------ロゴ----------*/
.header_logo {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 9;
}

.header_logo a {
  display: block;
  max-width: 420px;
	    background: #FFFFFF99;
	padding: 10px 23px;
}

.header_logo img {
  width: auto;
  max-height: 100px;
}

/*----------基本情報----------*/
.header_info_wrap {
  display: flex;
  justify-content: flex-end;
  width: 765px;
  margin-left: auto;
}

.header_info {
  padding-top: 30px;
  text-align: right;
  line-height: 1.2;
}

.header_info_add {
  font-size: 13px;
}

.header_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
}

.header_info_tel::before {
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  font-size: 60%;
  vertical-align: middle;
  margin-right: 10px;
}

/*----------予約・問診ボタン----------*/
.header_btn {
  display: flex;
  gap: 0 5px;
  padding-top: 35px;
  margin-left: 10px;
}

.header_btn li {
  width: 140px;
}

.header_btn li a {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 15px 0;
  line-height: 1;
  transition: 0.2s ease-in-out;
  text-shadow: none;
}

.header_btn li a:hover {
  background-color: var(--sub-color);
}

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

@media screen and (max-width: 640px) {
  .header {
    display: none;
  }
}

@media print, screen and (min-width: 641px) {
/*-------------------パターンB(ヘッダとMV一体型)-------------------*/
  .head_mv.pattern02 .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: none;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff;
  }
  .head_mv.pattern02 .nav_wrap:not(.fixed) {
    text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff;
  }
  .head_mv.pattern02 .content_mv {
    height: 500px;
  }
  .head_mv.pattern02 .home_mv {
    height: 920px;
}
  .head_mv.pattern02 .main_headline {
    margin-top: 140px;
  }
  .head_mv.pattern02 .slider-fade .slick-slide img {
    height: 920px;
  }
  .head_mv.pattern02 .slide_catch {
    top: 330px;
  }

/*-------------------パターンC(ヘッダとMV分離、ロゴと並列並び)-------------------*/
  .head_mv.pattern03 .header {
    height: 110px;
  }
  .head_mv.pattern03 .header_logo {
    z-index: 1001;
  }
  .head_mv.pattern03 .header_info_wrap {
    margin: 0 0 0 auto;
  }
  .head_mv.pattern03 .header_info {
    display: flex;
    align-items: center;
  }
  .head_mv.pattern03 .header_info_tel {
    margin-left: 15px;
  }
  .head_mv.pattern03 .nav_wrap:not(.fixed) {
    width: 100%;
    top: 70px;
    bottom: auto;
    z-index: 1000;
  }
  .head_mv.pattern03 .nav_wrap:not(.fixed) .nav_menu {
    justify-content: flex-end;
  }
  .head_mv.pattern03 .nav_wrap:not(.fixed) .nav_menu > li {
    margin-left: 20px;
  }
  .head_mv.pattern03 .nav_wrap .nav_menu_en {
    display: none;
  }

  /*-------------------パターンD(ヘッダとMV一体型、ロゴと並列並び)-------------------*/
  .head_mv.pattern04 .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: none;
    height: 110px;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff;
  }
  .head_mv.pattern04 .header_logo {
    z-index: 1001;
  }
  .head_mv.pattern04 .header_info_wrap {
    margin: 0 0 0 auto;
  }
  .head_mv.pattern04 .header_info {
    display: flex;
    align-items: center;
  }
  .head_mv.pattern04 .header_info_tel {
    margin-left: 15px;
  }
  .head_mv.pattern04 .nav_wrap:not(.fixed) {
    width: 100%;
    top: 70px;
    bottom: auto;
    z-index: 1000;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff;
  }
  .head_mv.pattern04 .nav_wrap:not(.fixed) .nav_menu {
    width: 100%;
    justify-content: flex-end;
  }
  .head_mv.pattern04 .nav_wrap:not(.fixed) .nav_menu > li {
    margin-left: 20px;
  }
  .head_mv.pattern04 .nav_wrap .nav_menu_en {
    display: none;
  }
  .head_mv.pattern04 .content_mv {
    height: 320px;
  }
  .head_mv.pattern04 .home_mv {
    height: 750px;
  }
  .head_mv.pattern04 .main_headline {
    margin-top: 50px;
  }
  .head_mv.pattern04 .slider-fade .slick-slide img {
    height: 750px;
  }
  .head_mv.pattern04 .slide_catch {
    top: 330px;
  }
}

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

  *追従ボタン

==================================================================================================================================*/
.fixed_web_yoyaku_btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  width: 60px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.fixed_web_yoyaku_btn a {
  display: flex;
  background: var(--main-color);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  width: 100%;
  padding: 15px 10px;
  letter-spacing: 4px;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-shadow: none;
}

.fixed_web_yoyaku_btn a:hover {
  background: var(--sub-color);
}

.fixed_web_yoyaku_btn a i {
  margin-bottom: 5px;
}

.fixed_web_yoyaku_btn a:last-child {
  margin-bottom: 0;
}
.fixed_web_yoyaku_btn a.sns{
  padding: 18px 10px 14px;
  font-weight: 500;
  font-size: 24px;
}
.fixed_web_yoyaku_btn a.sns i {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .fixed_web_yoyaku_btn {
    display: none;
  }
}

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

  *PC フロート：バーガー/検索（mv_btn / pc_burger_panel / home_mv_search）

==================================================================================================================================*/
@media print, screen and (min-width: 641px) {
  .pc_float_actions {
    position: fixed;
    top: 20px;
    left: 50px;
    z-index: 10001;
  }
}

.mv_btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #2f2f2f;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  padding: 15px 0;
  background: #f3f2ed;
}

.mv_btn:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.mv_btn_menu span {
  display: block;
  width: 27px;
  height: 2px;
  background: #2f2f2f;
  margin: 3px auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.mv_btn_menu span:nth-child(2) {
  width: 15px;
}

/* バーガー展開中：3本線 → × */
body.pc-burger-open .mv_btn_menu span:nth-child(1) {
  position: relative;
  transform: translateY(5px) rotate(45deg);
  top: 2px;
}
body.pc-burger-open .mv_btn_menu span:nth-child(2) {
  opacity: 0;
}
body.pc-burger-open .mv_btn_menu span:nth-child(3) {
  position: relative;
  transform: translateY(-5px) rotate(-45deg);
  top: -3px;
}

.mv_btn_search i {
  font-size: 16px;
  color: #2f2f2f;
}

.home_mv_actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.home_mv_search {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  z-index: 10002;
}
.home_mv_search.is-open {
  display: block;
}
.home_mv_search[hidden] {
  display: none !important;
}
.home_mv_search .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.home_mv_search.is-open.search-fixed {
  position: fixed;
  top: 90px;
  left: 50px;
  right: auto;
  width: 250px;
  max-width: 360px;
  margin: 0;
  z-index: 1200;
}

.mv_search_form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid #d8d2c9;
  padding: 8px 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.mv_search_form input[type="search"] {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  background: none;
}
.mv_search_form button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--main-color);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.pc_burger_panel {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.45);
  align-items: stretch;
  justify-content: flex-start;
}
.pc_burger_panel.is-open {
  display: flex;
}
.pc_burger_inner {
  width: 100%;
  max-width: 100%;
  background: #f6f2e9;
  height: 100%;
  padding: 32px 32px 40px;
  box-sizing: border-box;
  overflow-y: auto;
  border-right: 1px solid #e5ddd2;
}
.pc_burger_head {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* ロゴを右上へ */
  gap: 12px;
  margin-bottom: 24px;
}
.pc_burger_logo img {
  max-height: 64px;
  width: auto;
}
.pc_burger_close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #2f2f2f;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pc_burger_block {
  margin-bottom: 22px;
}
.pc_burger_label {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3f3528;
  font-size: 18px;
  border-bottom: 1px dashed #222;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pc_burger_label a {
  color: inherit;
  text-decoration: none;
}
.pc_burger_label a:hover {
  opacity: 0.8;
}

/* --- PCバーガー：2カラム（左：メイン / 右：ターム） --- */
.pc_burger_cols {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.pc_burger_col--main {
  flex: 0 0 320px;
  min-width: 280px;
}
.pc_burger_col--terms {
  flex: 1 1 auto;
  min-width: 0;
}

.pc_burger_main_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pc_burger_main_list a {
  display: block;
  padding: 10px 12px;
  background: #fff;
  border-radius: 6px;
  color: #3f3528;
  text-decoration: none;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pc_burger_main_list a:hover {
  opacity: 0.9;
}

.pc_burger_terms_block {
  margin-bottom: 26px;
}
.pc_burger_terms_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
}
.pc_burger_terms_list li a,
.pc_burger_terms_cate_tit a{
  color: #3f3528;
  text-decoration: none;
  line-height: 1.35;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pc_burger_terms_cate_tit a {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
}
.pc_burger_terms_list li a:hover,
.pc_burger_terms_cate_tit a:hover {
  text-decoration: underline;
}
.pc_burger_terms_list li.is-empty {
  grid-column: 1 / -1;
  color: #6f6255;
  font-size: 13px;
}

.pc_burger_terms_cate {
  margin-bottom: 14px;
}

@media screen and (max-width: 900px) and (min-width: 641px) {
  .pc_burger_cols {
    flex-direction: column;
  }
  .pc_burger_col--main {
    flex: 0 0 auto;
    min-width: 0;
  }
  .pc_burger_terms_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.burger_nav.nav_menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.burger_nav .nav_menu_en {
  display: none;
}
.burger_subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.burger_subnav li span {
  display: block;
  padding: 10px 12px;
  background: #fff;
  border-radius: 6px;
  color: #3f3528;
}
.burger_note {
  font-size: 12px;
  color: #6f6255;
  margin-top: 8px;
}

body.pc-burger-open {
  overflow: hidden;
}

/* SPではPCバーガーパネルは使わない（全ページ共通） */
@media screen and (max-width: 640px) {
  .pc_burger_panel {
    display: none !important;
  }
}

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

  *ナビゲーション

==================================================================================================================================*/
@media print, screen and (min-width: 641px) {
  .front_pc_hide {
    display: none !important;
  }
  .nav_wrap :is(.btn_menu,.nav_btn,.sp_btn_area){
    display: none;
  }
  .nav_wrap {
    width: 100%;
    position: absolute;
/*     top: 114px; */
	  top:180px;
	  z-index: 10;
  }
  .menu_list_wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  /*----------ナビメニュー----------*/
  .nav_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav_menu > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav_menu_tit {
    display: block;
    color: #563a1a;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    transition: 0.15s ease-out;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}
  .parent_menu:not(.nav_menu_tit) {
    display: none;
  }
  .nav_menu_en {
    display: block;
    font-size: 60%;
    color: var(--sub-color);
  }

  /* ホバー */
  .nav_menu a.nav_menu_tit:hover {
    color: #222;
  }

  /*----------ナビ固定時----------*/
  .nav_wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav_wrap.fixed .nav_menu {
    width: 1200px;
  }

  /*----------ドロップダウンメニュー----------*/
  .child_menu {
    display: none;
    flex-wrap: wrap;
    width: 500px;/*1列にしたい場合はwidthを300px前後にしてください*/
    background-color: rgba(255, 255, 255, 1.0);
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 9999;
  }
  .child_menu::before,
  .child_menu::after {
    content: "";
    display: block;
    background-color: var(--border-color);
    position: absolute;
    z-index: 1;
  }
  .child_menu::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .child_menu::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
  }
  .nav_slidebtm:hover .child_menu,
  .nav_slidebtm:focus-within > .child_menu {
    display: flex;
  }
  .child_menu a {
    display: flex;
    align-items: center;
    width: 50%;/*1列にする場合はwidth不要*/
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-color);
    line-height: 1.4;
    font-size: 16px;
    position: relative;
    color: #222;
  }
  .child_menu a:hover {
    background-color: #fff;
  }

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

  .sp_under_nav {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 55px;
    align-items: center;
  }
  .nav_wrap .sp_logo {
    flex: 1 1 auto;
    min-width: 0;
  }
  .nav_wrap .sp_logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 5px;
  }
  .nav_wrap .sp_logo img {
    width: auto;
    max-height: 100%;
  }

  .sp_search {
    position: absolute;
    left: 0;
    right: 110px;
    width: 0;
    height: 55px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    transition: width 0.25s ease, opacity 0.25s ease;
    z-index: 2;
  }
  .sp_search_form {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #6aa15b;
    border-radius: 4px;
    padding: 0 8px;
}
  .sp_search_form input[type="search"] {
    flex: 1;
    border: none;
    height: 100%;
    font-size: 14px;
    outline: none;
  }
  .sp_search_form button {
    border: none;
    background: transparent;
    color: var(--main-color);
    width: 32px;
    height: 32px;
    padding: 0;
  }

  body.sp-search-open .sp_search {
    width: calc(100% - 110px);
    opacity: 1;
    pointer-events: auto;
}
  body.sp-search-open .nav_wrap .sp_logo {
    max-width: 140px;
    z-index: 1;
  }
  body.sp-search-open .nav_wrap .sp_logo a {
    justify-content: flex-start;
    padding-left: 8px;
  }
  body.sp-search-open .nav_wrap .sp_logo img {
    max-height: 40px;
  }

  /* ------- ハンバーガーボタン ------- */
  .btn_menu {
    position: relative;
    right: 0;
    color: #fff;
    width: 55px;
    height: 55px;
    background: var(--main-color);
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
}

.btn_search {
  position: absolute;
  color: #fff;
  width: 55px;
  height: 55px;
  background: #6aa15b;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  right: 55px;
}
  .btn_search i {
    font-size: 20px;
  }
  .btn_menu i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    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;
  }

  .sp_upper_nav {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    gap: 8px;
    padding: 8px 10px;
    background: #fff;
  }
  .sp_upper_nav_btn {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    background: #6aa15b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 4px;
  }
  .sp_upper_nav_box {
    display: flex;
    gap: 8px;
}
  /* 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 {
    width: 80%;
    height: 100%;
    transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
    background: var(--main-color);
    line-height: 1.6;
    padding: 15px 15px 60px;
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 2;
    overflow: hidden;
}
  /* 展開時 */
  body.nav-open .menu_list_wrap {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    right: 0;
  }

  .menu_list_wrap,
  .menu_list_wrap a {
    color: #fff;
  }
  .menu_list_wrap a {
    display: block;
  }
  .nav_menu > li {
    border-bottom: 1px solid #fff;
  }
  .nav_menu > li:first-child {
    border-top: 1px solid #fff;
  }
  .nav_menu .nav_menu_tit,
  .nav_menu .parent_menu {
    padding: 15px 10px;
  }
  .nav_menu .nav_menu_en {
    display: none!important;
  }

  /* ------- 下層のあるメニュー ------- */
  .nav_menu .child_menu {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .nav_menu .child_menu a {
    padding: 5px 10px 5px 1.2em;
    text-indent: -1.2em;
  }
  .nav_menu .child_menu a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
  }

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

  /* ------- アコーディオン&メガメニュー ------- */
  .nav_slidebtm.is_accord,
  .nav_slidebtm.is_mega {
    cursor: pointer;
  }
  .nav_slidebtm.is_accord .parent_menu,
  .nav_slidebtm.is_mega .parent_menu {
    position: relative;
  }
  .nav_slidebtm:not(.is_accord,.is_mega) .parent_menu:not(.nav_menu_tit) {
    display: none;
  }
  .nav_slidebtm.is_accord .parent_menu::before,
  .nav_slidebtm.is_mega .parent_menu::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .nav_slidebtm.is_accord > a.nav_menu_tit,
  .nav_slidebtm.is_mega > a.nav_menu_tit {
    display: none;
  }
  .nav_slidebtm.is_accord .child_menu,
  .nav_slidebtm.is_mega .child_menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: height 0.5s cubic-bezier(.19, 1, .22, 1);
  }

  /* アコーディオン&メガメニュー展開時 */
  .nav_slidebtm.is_accord.active .parent_menu::before,
  .nav_slidebtm.is_mega.active .parent_menu::before {
    content: "\f068";
  }
  .nav_slidebtm.is_accord.active .child_menu,
  .nav_slidebtm.is_mega.active .child_menu {
    opacity: 1;
    visibility: visible;
  }

  /*WEB予約、問診、問い合わせ*/
  .nav_btn > li {
    margin-top: 5px;
  }
  .nav_btn > li a {
    color: var(--main-color);
    padding: 10px 15px;
    background: #fff;
  }
  .nav_btn > li a i {
    letter-spacing: 0;
    margin-right: 5px;
  }

  /*SNSボタン*/
  .menu_list_wrap .sp_btn_area {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .menu_list_wrap .sp_btn_area li {
    width: calc((100% - 10px) / 3);
  }
  .menu_list_wrap .sp_btn_area li a {
    background-color: #fff;
    color: var(--main-color);
    text-align: center;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 3px;
    border-radius: 5px;
  }
  .menu_list_wrap .sp_btn_area li a i {
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 3px;
  }

  /* 下部固定メニュー */
  .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%;
    background: #fff;
  }
  .sp_under_nav li {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    box-sizing: border-box;
    text-align: center;
  }
  .sp_under_nav li a{
    background-color: var(--main-color);
  }
  .sp_under_nav li:nth-child(2) a{
    background-color: var(--sub-color);
  }
  .sp_under_nav li a {
    position: relative;
    display: block;
    color: #fff;
    font-weight: bold;
    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;
  }
  .sp_under_nav li a[href="tel:準備中"]{
    pointer-events: none;
    padding: 2px 2% 18px;
    background: #aaa;
  }
  .sp_under_nav li a[href="tel:準備中"]::after {
    content: "（準備中）";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 90%;
  }

  /* ナビ展開時の後ろの背景 */
  .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;
  }
}

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

  *メインビジュアル

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  #mainvisual {
    margin-top: 115px;
}
}

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

  *ページトップ

==================================================================================================================================*/
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 12;
  transition: 0.5s ease-in-out;
}

.pagetop i {
  margin-top: 12px;
}

@media (hover: hover) {
  .pagetop:hover {
    transform: translateY(-10px);
    background: transparent;
    color: var(--main-color);
  }
}

@media screen and (max-width: 640px) {
  .pagetop {
    right: 10px;
    bottom: 60px;
  }

  .pagetop i {
    margin-top: 10px;
  }
}

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

  *フッター固定ボタン（footer_fixed_bar）

==================================================================================================================================*/
/* 旧SP固定バーは使用しない（新固定バーへ統一） */
.sp_under_nav {
  display: none !important;
}
/* 旧右下のpagetopは使用しない（新固定バー内のボタンへ統一） */
.pagetop {
  display: none !important;
}

.footer_fixed_bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 10002;
  background: transparent;
}

.footer_fixed_inner {
  height: 120px;
  display: flex;
  align-items: center;
  gap: 0 6px;
  padding: 10px 10px 15px;
  background: #fff;
}

.footer_fixed_item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  min-width: 0; /* text wrap */
}
.footer_fixed_item:hover{
  color: #fff;
  background: var(--main-color);
}
a.footer_fixed_item{
	position:relative;
}
a.footer_fixed_item[href="#"]{
	pointer-events: none;
}
a.footer_fixed_item[href="#"]:before{	
    content: "準備中";	
    position: absolute;	
    top: 50%;	
    left: 50%;	
    z-index: 2;	
    display: flex;	
    justify-content: center;	
    align-items: center;	
    width: 100%;	
    height: 100%;	
    background: rgb(0, 0, 0, 0.7);	
    color: #ffffff;	
    transform: translate(-50%, -50%);	
}
/* 比率（1920px想定：950 / 420 / 420 / 105） */
.footer_fixed_item--access { flex: 950 0 0; background: #64937f; }
.footer_fixed_item--web    { flex: 420 0 0; background: #d99a47; }
.footer_fixed_item--line   { flex: 420 0 0; background: #6aa15b; }
.footer_fixed_item--pagetop{
  /* PageTopは常に同じサイズ（ウィンドウ幅で変化させない） */
  flex: 0 0 105px;
  width: 105px;
  height: 100px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.footer_fixed_icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}
.footer_fixed_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer_fixed_text {
  display: block;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-align: center;
  word-break: break-word;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* デフォルト（PC）はPC文言のみ表示 */
.footer_fixed_text--pc { display: block; }
.footer_fixed_text--sp { display: none; }

.footer_fixed_item--pagetop img {
  width: 105px;
  height: 100px;
  object-fit: contain;
  display: block;
}

@media (hover: hover) {
  .footer_fixed_item:not(.footer_fixed_item--pagetop):hover {
    opacity: 0.9;
  }
  .footer_fixed_item--pagetop:hover {
    opacity: 0.9;
  }
}

/* 固定バー分の余白（全ページ共通） */
@media screen {
  body {
    padding-bottom: 120px;
  }
}
@media print {
  .footer_fixed_bar { display: none !important; }
  body { padding-bottom: 0 !important; }
}

@media screen and (max-width: 640px) {
  .footer_fixed_bar {
    height: 60px;
  }
  .footer_fixed_inner {
    height: 66px;
  }
  .footer_fixed_item {
    height: 56px;
    padding: 0 8px;
    gap: 8px;
  }
  /* SPは3分割均等 */
  .footer_fixed_item--access,
  .footer_fixed_item--web,
  .footer_fixed_item--line {
    flex: 1 1 33.333%;
  }

  .footer_fixed_icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
  }
  .footer_fixed_item {
    border-radius: 3px;
  }
  .footer_fixed_text {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  /* SPは文言を短い方に切替 */
  .footer_fixed_text--pc { display: none; }
  .footer_fixed_text--sp { display: block; }

  /* SPは3ボタン（アクセス/WEB予約/LINE）に絞る */
  .footer_fixed_item--pagetop { display: none !important; }
}

/* SPは固定バーが60pxなので、被り防止余白も60pxに */
@media screen and (max-width: 640px) {
  body {
    padding-bottom: 60px;
  }
}

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

  *フッター

==================================================================================================================================*/
/* sub.css の見出し（h2/h3/h4/h5）が footer に干渉しないよう、footer 内だけリセット */
.footer :is(h2,h3,h4,h5) {
  position: static;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background: none;
  clear: none;
}
.footer h2:before,
.footer h2::before,
.footer h2:after,
.footer h2::after {
  content: none;
  display: none;
}

.footer {
  position: relative;
  width: 100%;
}

.footer_inner {
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  .footer_inner {
    max-width: none;
    margin-inline: 0;
    padding-inline: 5%;
  }
}

/*--------------------footer_info--------------------*/
.footer_info {
  padding: 50px 0;
}

.footer_info .footer_inner {
  display: flex;
  justify-content: space-between;
}

/* 左側 */
.footer_info_left {
  width: 45%;
}

.footer_info_logo {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}

.footer_info_logo img {
  width: auto;
  max-height: 200px;
}

.footer_info_add {
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer_info_add span {
  display: block;
}

.footer_info_tel {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.footer_info_tel::before {
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  font-size: 60%;
  vertical-align: middle;
  margin-right: 10px;
}

/* 右側 */
.footer_info_right {
  width: 50%;
}

.footer_info_access_map {
  text-align: center;
  position: relative;
}
.footer_info_access_map iframe {
  width: 100%;
  height: 400px;
}
.footer_info_access_guide {
  margin-top: 20px;
}
.footer_info_access_guide li {
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}
.footer_info_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}
.footer_info_access > .btn01 {
  text-align: center;
  margin-top: 20px;
}
.footer_info_access > .btn01 a {
  margin: 0;
}

/* カレンダー */
.footer_info_calendar .btn01 {
  text-align: center;
  margin-top: 20px;
}
.footer_info_calendar .btn01 a {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .footer_info .footer_inner {
    display: block;
  }

  .footer_info_logo {
    width: 65%;
  }

  .footer_info_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer_info_tel {
    font-size: 7vw;
  }

  .footer_info_right {
    width: 100%;
  }
}

/*--------------------連携病院--------------------*/
.footer_affiliations {
  padding: 99px 0 122px;
  background: #f3f2ed;
}

.footer_affiliations .footer_inner {
  display: block;
}

.footer_affiliations_head {
  margin-bottom: 55px;
}

/* 見出し（home.css の tit_h2_news をここで再現：このセクション内だけ） */
.footer_affiliations .tit_h2_news {
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
}
.footer_affiliations .tit_h2_news p {
  position: relative;
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #0f6f47;
  line-height: 1.0;
  padding-right: 43px;
  margin: 0;
}
.footer_affiliations .tit_h2_news p::before {
  position: absolute;
  content: "/";
  font-size: 16px;
  color: #222;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.footer_affiliations .tit_h2_news h2 {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

.footer_affiliations_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 47px;
  justify-content: center;
  margin: 0 auto;
}

.footer_affiliations_list li {
  width: 284px;
}

.footer_affiliations_list li a span {
  display: block;
  color: var(--text-color);
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 10px;
  background-color: #ececec;
}

@media (hover: hover) {
  .footer_affiliations_list li a span {
    transition: background-color 0.2s;
  }

  .footer_affiliations_list li a:hover span {
    background-color: #ccc;
  }

  .footer_affiliations_list li a img {
    transition: opacity .2s;
  }

  .footer_affiliations_list li a:hover img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 640px) {
  .footer_affiliations {
    padding: 40px 0;
}
  .footer_affiliations_head {
    margin-bottom: 30px;
  }
  .footer_affiliations_list {
    gap: 10px 10px;
}
  .footer_affiliations_list li {
    width: 47%;
    margin-bottom: 0;
    text-align: center;
}
  .footer_affiliations .tit_h2_news p {
    display: block;
    font-size: 20px;
    letter-spacing: 0;
    padding-right: 0px;
}
.footer_affiliations .tit_h2_news h2 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
.footer_affiliations .tit_h2_news p::before{
  display: none;
}
}

/*--------------------バナーリスト--------------------*/
.footer_banner {
  padding: 50px 0;
}

.footer_banner_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 32px;
}

.footer_banner_list li {
  width: 276px;
}

.footer_banner_list .btn01 a {
  display: block;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .footer_banner_list {
    display: block;
  }

  .footer_banner_list li {
    width: 100%;
    text-align: center;
  }

  .footer_banner_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*--------------------ナビ--------------------*/
.footer_nav {
  padding: 75px 0;
  background: #64937f;
}
.footer_nav .footer_inner {
  display: flex;
}

.footer_nav a {
  color: var(--text-color);
}


.footer_nav a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 17px;
  letter-spacing: 0.075em;
  color: #fff;
  padding-left: 24px;
  line-height: 1.5;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer_nav a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    margin: auto;
  }
  .footer_nav a:hover::before {
    transform: scaleX(1);
  }
.footer_nav_sub_cate_tit a {
	margin-bottom: 10px;
	padding-left: 10px;
}
.footer_nav_sub_cate_tit a::before {
	display: none;
}

/* 固定ページ */
.footer_nav_fixed {
  width: 20%;
}
.footer_nav_fixed > li:not(:last-child) {
  margin-bottom: 10px;
}

/* 投稿タイプ */
.footer_nav_sub {
  width: 80%;
  padding-left: 40px;
}
.footer_nav_sub_tit:not(:last-child) {
  margin-bottom: 10px;
}
.footer_nav_sub_item:not(:last-child) {
  margin-bottom: 30px;
}
.footer_nav_sub_list,
.footer_nav_sub_cate {
  padding-left: 15px;
}
.footer_nav_sub_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 20px;
}
.footer_nav_sub_list > li {
  display: flex;
  align-items: baseline;
  width: calc((100% - 60px) / 3);
}
.footer_nav_sub_list > li a::before {
  width: 8px;
  height: 1px;
}

/* カテゴリごと */
.footer_nav_sub_cate:not(:last-child) {
  margin-bottom: 20px;
}
.footer_nav_sub_cate .footer_nav_sub_list {
  padding-left: 0;
}
/* .footer_nav_sub_cate_tit {
	color: var(--main-color);
	font-weight: bold;
	margin-bottom: 10px;
} */

@media screen and (max-width: 640px) {
  .footer_nav {
    padding: 45px 0;
}
  .footer_nav .footer_inner {
    display: block;
  }
  .footer_nav a {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 13px;
}
.footer_nav a::before {
  top: 8px;
  bottom: auto;
}
.footer_nav_sub_list, .footer_nav_sub_cate {
  padding-left: 10px;
}
	.footer_nav_sub_cate_tit a {
		padding-left: 3px;
	}

  /* 固定ページ */
  .footer_nav_fixed {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 10px;
  }
  .footer_nav_fixed > li {
    width: calc((100% - 20px) / 2);
  }
  .footer_nav_fixed > li:not(:last-child) {
    margin-bottom: 0;
  }

  /* 投稿タイプ */
  .footer_nav_sub {
    width: 100%;
    padding-left: 0;
  }
  .footer_nav_sub_list > li {
    width: calc((100% - 20px) / 2);
  }
}

/*--------------------SNS--------------------*/
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 20px;
  background: #64937f;
}
.footer_sns li a {
  color: #fff;
}
@media (hover: hover) {
  .footer_sns li a:hover {
    color: #fff;
  }
}
.footer_sns i {
  font-size: 28px;
  letter-spacing: 0;
}

/*--------------------コピーライト--------------------*/
.copy {
  text-align: center;
  background-color: #64937f;
  padding: 0 0 120px;
}

.copy small {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .copy {
    padding: 7px 0 65px;
  }
  .copy small {
    font-size: 12px;
    letter-spacing: 0;
}
}




/* 検索結果 */
.search_list li{
  position: relative;
  padding-left: 15px;
}
.search_list li a{
  font-size: 18px;
  color: #222;
}
.search_list li::before{
  position: absolute;
  content: "";
  background: #222;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}

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

  *MPクラウド

==================================================================================================================================*/
.sec_mpcloud {
  padding: 0!important;
}
#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 22px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999999999;
  border-radius: 15px;
}
#mpcloud_schedule section{
  border-radius: 15px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
}
.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;
}

@media screen and (max-width: 640px) {
  #mpcloud_schedule {
    bottom: 60px;
  }
}

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

  *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%;
}

.ribon-link::before {
  content: "";
  display: block;
  padding-top: 36%;
}

.ribon-link:hover {
  opacity: 0.75;
  transition: 0.3s;
}

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

  *共通（home_inner）

==================================================================================================================================*/
.home_inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .home_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

  *診療・検査のご予約（top_contact）

==================================================================================================================================*/
.top_contact {
  padding: 100px 0 95px;
  background: #dde3d5;
}

.top_contact .tit_h2_news {
  border-bottom: none;
}
/* home.css の見出し（.tit_h2_news）依存を、footer共通用にここで補完 */
.top_contact .tit_h2_news p,
.top_contact .tit_h2_news h2 {
  margin: 0;
}
.top_contact .tit_h2_news p {
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #0f6f47;
  line-height: 1.0;
}

.top_contact_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
}

.top_contact_title {
  flex: 0 0 260px;
  padding-top: 97px;
}
.top_contact_title .tit_h2_news p {
  display: block;
  padding-right: 0;
}
.top_contact_title .tit_h2_news p::before{
  display: none;
}
.top_contact_title .tit_h2_news h2 {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.5;
  padding-top: 25px;
  font-weight: 500;
}
.top_contact_cards {
  display: flex;
  gap: 30px;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 0;
}

.top_contact_card {
  display: block;
  flex: 0 1 320px;
  max-width: 320px;
}

a.top_contact_card{
	position:relative;
}
a.top_contact_card[href="#"]{
	pointer-events: none;
}
a.top_contact_card[href="#"]:before{	
    content: "準備中";	
    position: absolute;	
    top: 50%;	
    left: 50%;	
    z-index: 2;	
    display: flex;	
    justify-content: center;	
    align-items: center;	
    width: 100%;	
    height: 100%;	
    background: rgb(0, 0, 0, 0.7);	
    color: #ffffff;	
    transform: translate(-50%, -50%);	
}	

.top_contact_card img {
  width: 100%;
  height: auto;
  display: block;
}

@media (hover: hover) {
  .top_contact_card:hover,
  .top_contact_wide:hover {
    opacity: 0.9;
  }
}

.top_contact_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}

.top_contact_spacer {
  flex: 0 0 320px;
}

.top_contact_wide {
  display: block;
  min-width: 0;
  margin: 0 auto;
}

.top_contact_wide img {
  width: auto;
  height: auto;
  display: block;
}

@media screen and (max-width: 960px) {
  .top_contact {
    padding: 70px 0;
  }
  .top_contact_title {
    flex: 0 0 auto;
  }
  .top_contact_cards {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top_contact_card {
    flex: 1 1 240px;
    max-width: 320px;
  }
  .top_contact_bottom {
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}
  .top_contact_spacer {
    display: none;
  }
}



@media screen and (max-width: 640px) {
  .top_contact {
    padding: 0 0 40px;
}
.top_contact_row {
  flex-direction: column;
  gap: 26px;
}
.top_contact_wide {
  width: 100%;
}
  .top_contact_title {
    padding-top: 47px;
}
.top_contact_title .tit_h2_news p {
  font-size: 26px;
  letter-spacing: 0;
}
.top_contact_title .tit_h2_news h2 {
  font-size: 16px;
  letter-spacing: 0;
  padding-top: 5px;
}
.top_contact_cards.sp {
  display: flex !important;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
}
  .top_contact_cards.sp .top_contact_card {
    flex: 1 1 0;
    max-width: none;
    background: #416e5b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .top_contact_cards.sp .top_contact_card img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
  }
}



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

  *common

==================================================================================================================================*/
.sp{display:none!important}.pc_inline{display:inline!important}.pc_table,.sp_flex,.sp_inline,.sp_inline_ip,.sp_table{display:none!important}.w010par{width:10%!important}.w020par{width:20%!important}.w025par{width:25%!important}.w050par{width:50%!important}.w075par{width:75%!important}.w100par{width:100%!important}.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:5pc!important}.w090{width:90px!important}.w100{width:75pt!important}.w110{width:110px!important}.w120{width:90pt!important}.w130{width:130px!important}.w140{width:140px!important}.w150{width:150px!important}.w160{width:10pc!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:15pc!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:20pc!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,.w410{width:25pc!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:5in!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:35pc!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:40pc!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:45pc!important}.w730{width:730px!important}.w740{width:740px!important}.w750{width:750px!important}.w760{width:760px!important}.w765{width:765px!important}.w960{width:60pc!important}.w980{width:980px!important}.h030{height:30px!important}.h180{height:180px!important}.h190{height:190px!important}.h200{height:200px!important}.h240{height:15pc!important}.h250{height:250px!important}.h280{height:280px!important}.h300{height:300px!important}.h350{height:350px!important}.mt00{margin-top:0!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:5pc!important}.mt90{margin-top:90px!important}.mt100{margin-top:75pt!important}.mt110{margin-top:110px!important}.mt120{margin-top:90pt!important}.mr00{margin-right:0!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:5pc!important}.mr90{margin-right:90px!important}.mr100{margin-right:75pt!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:5pc!important}.mb90{margin-bottom:90px!important}.mb100{margin-bottom:75pt!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:9pt!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:5pc!important}.ml90{margin-left:90px!important}.ml100{margin-left:75pt!important}.ml140{margin-left:140px!important}.ml160{margin-left:10pc!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:5pc!important}.pt90{padding-top:90px!important}.pt100{padding-top:75pt!important}.pt120{padding-top:90pt!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:5pc!important}.pr90{padding-right:90px!important}.pr100{padding-right:75pt!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:5pc!important}.pb90{padding-bottom:90px!important}.pb100{padding-bottom:75pt!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:5pc!important}.pl90{padding-left:90px!important}.pl100{padding-left:75pt!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,.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:9pt!important}.txt13{font-size:13px!important}.txt14{font-size:14px!important}.txt15{font-size:15px!important}.txt16{font-size:1pc!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:2pc!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:700!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!important;}.color_pink{color:#ed8c96!important;}.color_blue{color:#00408f!important;}.color_green{color:#479f9d!important;}.color_ore{color:#ff8327!important;}.color_yellow{color:#ffeb8b!important;}.color_beige{color:#dac58b!important;}.color_brown{color:#9b8052!important;}.color_navy{color:#1f2774!important;}.color_black{color:#3e3a39!important;}.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}

@media screen and (max-width: 640px) {
  .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!important}
  .sp_upper_nav {
    position: fixed !important;
}
}