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

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

:root {
  --text-color: #333;
  /*メイン色*/
  --main-color: #6a3906;
  /*サブ色*/
  --sub-color: #c8a063;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #faf6f4;
  /*境界線色*/
  --border-color: #a79f9b;

  /* web font */
  --nom: "Noto Serif JP", serif;
  --nog: "Noto Sans JP", sans-serif;
  --rob: "Roboto", sans-serif;
}

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;
  text-align: justify;
}

body::before {
  content: "";
  position: fixed;
  background: url(images/logo_parallax.svg) top right -76px / contain no-repeat;
  width: 40%;
  height: 637px;
  opacity: 0.05;
  right: 0;
  top: 10%;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }

  body::before {
    background-position: top right -80px;
    width: 80%;
  }

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

  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;
}
.table_style3 th,
.table_style3 td {
  text-align: center;
	vertical-align: middle;
}

.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 {
  position: absolute;
  top: 15px;
  right: 0;
  line-height: 1.3;
  font-family: var(--nog);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@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: 12.5px 0 12.5px 40px;
  margin: 10px 0;
  text-align: left;
  color: var(--text-color);
  font-size: 14px;
  font-family: var(--nog);
  font-weight: 400;
  letter-spacing: 0.1em;
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
  position: relative;
  min-width: 190px;
}

.btn01 a:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--border-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn01 a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(images/btn_arrow_dots.png)no-repeat center / cover;
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (hover: hover) {
  .btn01 a {
    transition: 0.2s ease-in-out;
  }

  .btn01 a:hover {
    color: var(--main-color);
    letter-spacing: 0.15em;
  }

  .btn01 a:after {
    transition: 0.2s ease-in-out;
  }

  .btn01 a:hover:after {
    transform: scale(1.3);
  }
}

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

  *診療時間表

==================================================================================================================================*/
.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 th,
.hours table td {
  border-bottom: 1px solid var(--border-color);
  padding: 5px 0;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.1em;
}

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

.hours table tr:first-of-type {
  background: var(--border-color);
}

.hours table tr:first-of-type :is(th, td) {
  color: #fff;
}

.hours table tr:not(:first-of-type) td {
  color: var(--border-color);
}

@media print,
screen and (min-width: 641px) {
  .hours table tr:first-of-type :is(th, td) {
    font-size: 15px;
  }

  .hours table tr:not(:first-of-type) th {
    font-size: 15px;
  }

  .hours table tr:not(:first-of-type) :is(th, td) {
    padding: 19px 0;
  }
}


.hours_note {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.1em;
}

.hours_note .gray {
  color: var(--border-color);
}

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

  *ヘッダー

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

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

.header_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

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

.header_logo a {
  display: block;
  max-width: 336px;
}

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

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

.header_info {
  display: flex;
  align-items: baseline;
  gap: 0 15px;
  padding-top: 50px;
  text-align: right;
  line-height: 1.2;
}

.header_info_add {
  font-family: var(--nog);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.header_info_tel {
  color: var(--sub-color);
  font-size: 30px;
  font-family: var(--rob);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.header_info_tel span {
  font-size: 18px;
}

/*----------予約・問診ボタン----------*/
.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;
  }
}

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

  *追従ボタン

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

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

.fixed_web_yoyaku_btn a img {
  transition: 0.2s ease-in-out;
}

.fixed_web_yoyaku_btn a:hover img {
  opacity: 0.8;
}

.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: 34px;
  background: var(--main-color);
}

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

.fixed_web_yoyaku_btn a.sns i {
  margin-bottom: 0;
}

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

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

  *ナビゲーション

==================================================================================================================================*/
@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: 114px;
    z-index: 12;
  }

  .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: flex-start;
    justify-content: center;
  }

  .nav_menu_tit {
    display: block;
    color: var(--text-color);
    font-size: 16px;
    font-family: var(--nog);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    transition: 0.15s ease-out;
  }

  .nav_menu_tit i {
    display: block;
    margin-bottom: 8px;
  }

  .nav_menu_tit i img {
    margin: auto;
  }

  .nav_menu>li:nth-of-type(3) .nav_menu_tit i img {
    position: relative;
    top: 5px;
  }

  .parent_menu:not(.nav_menu_tit) {
    display: none;
  }

  .nav_menu_en {
    display: block;
    font-family: var(--rob);
    font-weight: 400;
    font-size: 10px;
    color: var(--border-color);
  }

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

  .nav_menu a.nav_menu_tit:hover {
    color: var(--main-color);
  }

  .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: rgba(255, 255, 255, 0.8);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav_wrap.fixed .nav_menu {
    width: 1200px;
  }

  /*----------ドロップダウンメニュー----------*/
  .child_menu {
    display: none;
    flex-wrap: wrap;
    width: 300px;
    /*1列にしたい場合はwidthを300px前後にしてください*/
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 9999;
    padding: 10px;
    background: url(images/bg_stone.jpg);
  }

  /*   
  .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: 100%;
    /*1列にする場合はwidth不要*/
    padding: 12px 20px;
    /* border-bottom: 1px solid var(--border-color); */
    line-height: 1.4;
    font-family: var(--nog);
    font-weight: 400;
    font-size: 16px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
  }

  .child_menu a:hover {
    background-color: #fff;
  }


  /* 症状・疾患から探すのプルダウン */
  .search_menu .menu_wrap a {
    width: 280px;
  }

  .search_menu .nav_cat {
    width: 280px;
    background-color: var(--main-color);
    color: #fff;
    padding: 12px 20px;
    line-height: 1.4;
  }

  .search_menu .child_menu {
    min-width: 590px;
    justify-content: space-between;
  }


  /* ------- メガメニュー ------- */
  .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%;
    max-height: 100%;
  }

  .search_menu .nav_cat {
    width: 100%;
    background-color: #fff;
    color: var(--main-color);
    padding: 7px 12px;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .search_menu .child_menu .menu_wrap:last-of-type .nav_cat {
    margin-top: 15px;
  }

  /* ------- ハンバーガーボタン ------- */
  .btn_menu {
    position: relative;
    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-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;
  }

  /* 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;
    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_tit i {
    display: none;
  }

  .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: 55px;
  }
}

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

  *ページトップ

==================================================================================================================================*/
.pagetop {
  position: fixed;
  right: 32px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  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);
  }
}

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

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

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

  *フッター

==================================================================================================================================*/
.footer {
  position: relative;
  width: 100%;
  background: var(--bg-color);
}

.footer hgroup p {
  padding-bottom: 5px;
  display: inline-block;
  font-family: var(--rob);
  font-weight: 300;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1;
  background: linear-gradient(0deg, #736f6d 32%, var(--border-color) 32%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.footer hgroup h2 {
  font-family: var(--nom);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.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: 100px 0 50px;
}

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

/* 左側 */
.footer_info_left {
  width: 550px;
}

@media print,
screen and (min-width: 641px) {
  .footer_info_left {
    margin-left: 28px;
  }
}

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

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

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

.footer_info_add span {
  margin-right: 1em;
}

.footer_info_tel {
  font-size: 30px;
  font-family: var(--rob);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 17px;
}

.footer_info_tel span {
  font-size: 18px;
}

.footer_info_tel a {
  color: var(--sub-color);
}

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

.footer_info_fax {
  font-size: 30px;
  font-family: var(--rob);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 34px;
  color: var(--sub-color);
}

.footer_info_fax span {
  font-size: 18px;
}

/* 右側 */
.footer_info_right {
  width: 550px;
}

.footer_info_access_map {
  text-align: center;
  position: relative;
}

.footer_info_access_map iframe {
  width: 100%;
  height: 400px;
}

.footer_info_access_guide {
  margin-top: 23px;
  padding: 20px 30px;
  background: #fff;
}

.footer_info_access_guide li {
  display: flex;
  align-items: center;
  line-height: 1.866;
  letter-spacing: 0.1em;
}

.footer_info_access_guide li::before {
  content: "";
  min-width: 6px;
  height: 6px;
  background: var(--sub-color);
  border-radius: 3px;
  margin-right: 11px;
}

.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 {
  background: var(--bg-color);
  padding: 70px 0 130px;
}

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

.footer_affiliations_head {
  width: calc(100% - 940px);
}

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

.footer_affiliations_list {
  width: 922px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.footer_affiliations_list li {
  width: 280px;
}

.footer_affiliations_list li a span {
  position: relative;
  display: block;
  font-family: var(--nog);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: var(--sub-color);
  border: 1px solid var(--sub-color);
  text-align: center;
  padding: 20px 10px;
  background-color: #fff;
}

.footer_affiliations_list li a span::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: var(--sub-color);
  opacity: 0.6;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 100% 0%);
  transition: 0.2s ease-in-out;
}

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

  .footer_affiliations_list li a:hover span {
    background-color: var(--bg-color);
  }

  .footer_affiliations_list li a:hover span::after {
    right: 2px;
    bottom: 2px;
  }

  .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 .footer_inner {
    display: block;
  }

  .footer_affiliations_head {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .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 {
  background-color: var(--border-color);
  padding: 70px 0 90px;
}

.footer_nav .footer_inner {
  display: flex;
}

.footer_nav a {
  color: #fff;
  font-family: var(--nog);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@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: #fff;
    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 {
  width: 20%;
}

.footer_nav_fixed>li {
  position: relative;
}

.footer_nav_fixed>li::before {
  content: "■";
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 10px;
  margin-right: 9px;
}

.footer_nav_fixed>li:not(:last-child) {
  margin-bottom: 10px;
}

/* 投稿タイプ */
.footer_nav_sub {
  width: 80%;
  padding-left: 40px;
}

.footer_nav_sub_tit {
  position: relative;
}

.footer_nav_sub_tit::before {
  content: "■";
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 10px;
  margin-right: 9px;
}

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

.footer_nav_sub_list>li::before {
  content: "-";
  color: #fff;
  margin-right: 5px;
}

.footer_nav_sub_list>li a {
  font-size: 14px;
}

/* カテゴリごと */
.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 .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;
  justify-content: center;
  gap: 10px;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--border-color);
}

.footer_sns li a {
  color: #fff;
}

@media (hover: hover) {
  .footer_sns li a:hover {
    opacity: 0.75;
  }
}

.footer_sns i {
  font-size: 30px;
  letter-spacing: 0;
}

/*--------------------コピーライト--------------------*/
.copy {
  text-align: center;
  background-color: var(--border-color);
  padding: 7px 0 30px;
}

.copy small {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .copy {
    padding: 7px 0 65px;
  }
}

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

  *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: #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
  }
}