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

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

:root {
  --font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --text-color: #444;
  /*メイン色*/
  --main-color: #988058;
  /*サブ色*/
  --sub-color: #445b4c;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #ece8e2;
  /*境界線色*/
  --border-color: #c0b29a;
}

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: var(--font-family);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  letter-spacing: .1em;
}
@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: #eee;
}

::selection {
  background-color: #eee;
}

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

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

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

/*--------------------テーブル--------------------*/
.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);
}

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

  *h1

==================================================================================================================================*/
h1 {
  color: #888;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  h1 {
    color: inherit;
    padding: 10px 6%;
    text-align: center;
    background: var(--bg-color);
  }
}

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

  *ボタン

==================================================================================================================================*/
.btn01:not(:last-child) p {
  margin-bottom: 1em;
}

.btn01 a,
.btn01 > span {
  display: inline-block;
  padding: 13px 50px;
  color: #fff;
  font-size: 15px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 1;
}

.btn01 a::before,
.btn01 a::after,
.btn01 > span::before,
.btn01 > span::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.btn01 a::before,
.btn01 > span::before {
  background: url(images/btn01_arrow.png) right 14px center/16px auto no-repeat, linear-gradient(90deg, #99ab9f 0%, #445b4c 100%);
}

.btn01 a::after,
.btn01 > span::after {
  background: url(images/btn01_arrow.png) right 14px center/16px auto no-repeat, linear-gradient(90deg, #c0b29a 0%, #988058 100%);
  opacity: 0;
}
.btn01.coming p a {
    pointer-events: none;
}
.btn01.coming p {
	position: relative;
	display: inline-block;
}

.btn01.coming p::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::after,
  .btn01 > span::after {
    transition: opacity .3s ease-in-out;
  }

  .btn01 a:hover::after {
    opacity: 1;
  }
}

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

  *診療時間表

==================================================================================================================================*/
.hours_tit {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.hours table {
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #969696;
  line-height: 1.4;
}

.hours table th,
.hours table td {
  padding: 10px 3px;
  vertical-align: middle;
  text-align: center;
}

.hours table tr:first-child th,
.hours table tr:first-child td {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #969696;
}

.hours table tr:nth-child(2) th,
.hours table tr:nth-child(2) td {
  padding-top: 22px;
}

.hours table tr:last-child th,
.hours table tr:last-child td {
  padding-bottom: 22px;
}

.hours table td,
.hours table tr:first-child th {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hours table th {
  width: 26%;
  font-weight: 500;
}

.hours table tr:not(:first-child) td {
  color: #988058;
}

.hours_note {
  margin-top: 20px;
}

.hours_closed {
  color: #988058;
  margin-bottom: 10px;
}

.hours_note p:not(.hours_closed) {
  font-size: 15px;
  line-height: 2.1;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .hours table tr:first-child th,
  .hours table tr:first-child td {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hours table tr:nth-child(2) th,
  .hours table tr:nth-child(2) td {
    padding-top: 18px;
  }

  .hours table tr:last-child th,
  .hours table tr:last-child td {
    padding-bottom: 18px;
  }

  .hours_note p:not(.hours_closed) {
    font-size: inherit;
  }
}

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

  *ヘッダー

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

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

.header_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  width: 1200px;
  padding-top: 15px;
  margin: 0 auto;
}

.header_inner h1 {
  width: 100%;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

/*----------ロゴ----------*/
.header_logo {
  width: 536px;
}

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

/*----------基本情報----------*/
.header_info {
  width: calc(100% - 536px);
  text-align: right;
  line-height: 1.2;
}

.header_info_add {
  font-size: 14px;
  margin-bottom: 12px;
}

.header_info_tel {
  font-family: "bookmania", serif;
  font-weight: 300;
  font-style: normal;
  color: #00b2ae;
  font-size: 30px;
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: -.2em;
}

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

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

  *追従ボタン

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

.fixed_web_yoyaku_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/fixed_web_yoyaku_btn_bg.png) left bottom/100% auto no-repeat;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  width: 100%;
  padding: 30px 10px;
  letter-spacing: .2em;
  font-size: 16px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  border-radius: 4px 0 0 4px;
  position: relative;
  overflow: hidden;
}

.fixed_web_yoyaku_btn a:not(:last-child) {
  margin-bottom: 15px;
}

.fixed_web_yoyaku_btn a::before,
.fixed_web_yoyaku_btn a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.fixed_web_yoyaku_btn a::before {
  background: linear-gradient(315deg, rgba(0, 178, 174, 1) 0%, rgba(25, 208, 204, 1) 100%);
}

.fixed_web_yoyaku_btn a::after {
  background: linear-gradient(315deg, rgba(39, 201, 197, 1) 0%, rgba(90, 240, 237, 1) 100%);
  opacity: 0;
}

@media (hover: hover) {
  .fixed_web_yoyaku_btn a::after {
    transition: opacity .3s ease-in-out;
  }

  .fixed_web_yoyaku_btn a:hover::after {
    opacity: 1;
  }
}

.fixed_web_yoyaku_btn a i,
.fixed_web_yoyaku_btn a img {
  margin-bottom: 15px;
}

.fixed_web_yoyaku_btn a i {
  letter-spacing: 0;
  line-height: 1;
}

.fixed_web_yoyaku_btn a img {
  width: 20px;
}

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

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

  *ナビゲーション

==================================================================================================================================*/
.nav_wrap {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media print, screen and (min-width: 641px) {
  .nav_wrap :is(.btn_menu,.nav_btn,.sp_btn_area){
    display: none;
  }
  .nav_wrap {
    width: 100%;
    position: absolute;
    top: 120px;
    z-index: 10;
  }
  .nav_wrap a {
    color: var(--text-color);
  }
  .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;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.5;
    text-align: center;
    padding-top: 5px;
    position: relative;
    z-index: 2;
    transition: 0.15s ease-out;
  }
  .parent_menu:not(.nav_menu_tit) {
    display: none;
  }
  .nav_menu_en {
    display: block;
    font-family: "bookmania", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #a39783;
    margin-top: 5px;
  }

  /* ホバー */
  .nav_menu a.nav_menu_tit::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 60px;
    height: 1px;
    margin: auto;
    background-color: #a39783;
    transition: 0.15s ease-out;
    transform: scaleX(0);
    content: "";
    z-index: 1;
  }
  .nav_menu a.nav_menu_tit:hover::before {
    transform: scaleX(1);
  }

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

  /*----------ドロップダウンメニュー----------*/
  .child_menu {
    display: none;
    flex-wrap: wrap;
    width: 580px;/*1列にしたい場合はwidthを300px前後にしてください*/
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 9999;
  }
  .child_menu::before,
  .child_menu::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
  }
  .child_menu::before {
    width: 1px;
    height: 100%;
    background-color: #c0b29a;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .child_menu::after {
    width: 100%;
    height: 1px;
    background-color: #fff;
    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: 12px 20px;
    border-bottom: 1px solid #c0b29a;
    line-height: 1.4;
    font-size: 16px;
    position: relative;
    transition: .3s;
  }
  .child_menu a:hover {
    color: #fff;
    background-color: #c0b29a;
  }

  /* ------- メガメニュー ------- */
  .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: wrap;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .nav_wrap .sp_logo {
    width: calc(100% - 55px);
  }
  .nav_wrap .sp_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 5px;
  }
  .nav_wrap .sp_logo img {
    width: auto;
    max-height: 100%;
  }

  /* ------- ハンバーガーボタン ------- */
  .btn_menu {
    position: relative;
    z-index: 3;
    right: 0;
    color: #fff;
    width: 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_menu i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-style: normal;
    font-size: 12px;
    font-family: "bookmania", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .btn_menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
  }
  .btn_menu span:nth-of-type(1) {
    top: 10px;
  }
  .btn_menu span:nth-of-type(2) {
    top: 20px;
  }
  .btn_menu span:nth-of-type(3) {
    top: 30px;
  }

  /* MENUボタン押下時 */
  .btn_menu.active 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: 100%;
    height: 100%;
    transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
    background: var(--main-color);
    line-height: 1.6;
    padding: 15px;
    position: fixed;
    top: 0;
    right: -100%;
    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;
    letter-spacing: 0;
  }
  .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;
    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-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    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: 55px;
  }
}

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

  *ページトップ

==================================================================================================================================*/
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 96px;
  cursor: pointer;
  z-index: 12;
}

@media (hover: hover) {
  .pagetop {
    transition: .3s ease-in-out;
  }

  .pagetop:hover {
    transform: translateY(-10px);
  }
}

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

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

  *フッター

==================================================================================================================================*/
.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-top: 210px;
  padding-bottom: 210px;
  min-height: 1110px;
  background: url(images/footer_info_bg.jpg) center top/cover;
}

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

.footer_info_left,
.footer_info_right {
  width: 550px;
}

.footer_info_logo {
  max-width: 544px;
  margin-bottom: 55px;
}

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

.footer_info_add {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}

.footer_info_add span {
  display: block;
}

.footer_info_tel {
  font-family: "bookmania", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 1;
}

.footer_info_tel a {
  color: #988058;
}

.footer_info_department {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 12px;
}

.footer_info_schedule {
  margin-top: 50px;
}

.footer_info_schedule .hours:not(:last-child) {
  margin-bottom: 50px;
}

.footer_info_access_map {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.footer_info_access_map iframe {
  width: 100%;
  height: 450px;
}
.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: 30px;
}
.footer_info_access > .btn01 a {
  margin: 0;
}

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

@media screen and (max-width: 640px) {
  .footer_info {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
    background-image: url(images/footer_info_bg_sp.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }

  .footer_info .footer_inner {
    display: block;
  }

  .footer_info_left,
  .footer_info_right {
    width: 100%;
  }

  .footer_info_logo {
    margin-bottom: 30px;
  }

  .footer_info_left {
    margin-bottom: 30px;
  }

  .footer_info_tel {
    font-size: clamp(24px, 7.5vw, 28px);
  }

  .footer_info_schedule {
    margin-top: 30px;
  }

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

.footer_end,
.footer_end a,
.footer_end a:hover {
  color: #fff;
}
.footer_end {
  background: url(images/footer_bg_v2.jpg) center top repeat-y;
  padding-bottom: 160px;
}

@media screen and (max-width: 640px) {
  .footer_end {
    background-image: url(images/footer_bg_sp_v2.jpg);
    background-size: 100% auto;
    padding-bottom: 80px;
  }
}

/*--------------------連携病院--------------------*/
.footer_affiliations {
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgb(0 0 0 / .3);
}

.footer_affiliations .footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_affiliations h2 {
  /* reset css */
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .15em;
  text-align: center;
}

.footer_affiliations h2::before,
.footer_affiliations h2::after {
  display: none;
}

.footer_affiliations_en {
  font-size: 40px;
  font-family: "bookmania", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}

.footer_affiliations_list {
  width: 880px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}

.footer_affiliations_list li {
  width: 280px;
}

.footer_affiliations_list li a span {
  display: block;
  color: var(--text-color);
  font-size: 15px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 20px 10px;
  background-color: #ddd7cc;
  border-radius: 4px;
}

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

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

  .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-top: 60px;
    padding-bottom: 60px;
  }

  .footer_affiliations .footer_inner {
    display: block;
  }

  .footer_affiliations_head {
    margin-bottom: 30px;
  }

  .footer_affiliations_list {
    width: 100%;
    display: block;
  }

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

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

/*--------------------バナーリスト--------------------*/
/* .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-top: 155px;
  line-height: 1.6;
}
.footer_nav .footer_inner {
  display: flex;
}

@media (hover: hover) {
  .footer_nav a {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .footer_nav a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: transform .15s ease-out;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  .footer_nav a:hover::before {
    transform: scaleX(1);
  }
}

.footer_nav_fixed > li,
.footer_nav_sub_tit {
  padding-left: 20px;
  position: relative;
}

.footer_nav_fixed > li::after,
.footer_nav_sub_tit::after {
  display: block;
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: calc((1.6em - 6px) / 2);
  left: 0;
}

/* 固定ページ */
.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: 20px;
}
.footer_nav_sub_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 20px;
  font-size: 15px;
}
.footer_nav_sub_list > li {
  display: flex;
  align-items: baseline;
  width: calc((100% - 60px) / 4);
}
.footer_nav_sub_list > li::before {
  content: "-";
  margin-right: 1em;
}

/* カテゴリごと */
.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 {
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .footer_nav {
    padding-top: 60px;
  }

  .footer_nav .footer_inner {
    display: block;
  }

  /* 固定ページ */
  .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;
  gap: 10px 50px;
  line-height: 1;
  margin-top: 85px;
}
@media (hover: hover) {
  .footer_sns li a:hover {
    color: #00b2ae;
  }
}
.footer_sns i {
  font-size: 30px;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .footer_sns {
    gap: 10px 20px;
    margin-top: 60px;
  }
}

/*--------------------コピーライト--------------------*/
.copy {
  line-height: 1.4;
  margin-top: 90px;
}

.copy small {
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .copy {
    margin-top: 60px;
  }
}

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

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

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

  *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:var(--sub-color)!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:var(--text-color)!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}
}