@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++
	石川内科クリニック — 純PHP版
	すべてを統合 → サイトルート直下の style.css 一本を出力
	コンパイル: Prepros手動（出力先: ../../style.css）
++++++++++++++++++++++++++++++++++++++++++++++ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

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

img {
  vertical-align: bottom;
}

img.responsive {
  width: 100%;
}

img.svg {
  width: auto;
}

/**************************

  FONT
  ※URLはサイトルート直下の style.css から見た相対パス

**************************/
@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("DIN Alternate Bold"), url("assets/font/DINAlternate-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("assets/font/NotoSans_Regular.woff2") format("woff2"), url("assets/font/NotoSans_regular.woff") format("woff"), url("assets/font/NotoSans_regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("assets/font/NotoSans_Bold.woff2") format("woff2"), url("assets/font/NotoSans_bold.woff") format("woff"), url("assets/font/NotoSans_bold.otf") format("opentype");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("assets/font/YakuHanJP-Regular.woff2") format("woff2"), url("assets/font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("assets/font/YakuHanJP-Bold.woff2") format("woff2"), url("assets/font/YakuHanJP-Bold.woff") format("woff");
}
/* ============================================
   サイト宣言変数
   SITE_CONFIG.md と必ず同期させること
============================================ */
/**************************
  カラーパレット
  ※旧テーマの配色をそのまま移植
**************************/
/**************************
  旧テーマ互換エイリアス
  旧SCSSから移植したコードは以下の変数名を使っている。
  値を変えるときは上の正本側を変えること
**************************/
/* ============================================
   関数（定義はこのファイルだけ。mixinファイル内での重複定義禁止）
============================================ */
/*-- mixinフォルダの中の_index.scss --*/
/* ============================================
   正本mixin（棚卸し確定版 2026-03）
   これ以外の旧mixinは _m-archive.scss にあり、新規使用禁止
============================================ */
/*------------------------------------
 メディアクエリ MIXIN
---------------------------------*/
/*---------------------
 ★ 文字関連一括指定【全テキスト必須】
-----------------------*/
/*---------------------
 ★ 数値プロパティのvwシームレス可変
-----------------------*/
/*---------------------
 ★ リンク文字色 固定
-----------------------*/
/*---------------------
 ★ コンテナ
-----------------------*/
/*-------------------------------------
   レイアウト汎用（pp- = page-parts）
---------------------------------------*/
/*-----------------------------------
 上下余白（レスポンシブ2値）
-----------------------------------*/
/*-----------------------------------
 左余白（レスポンシブ）※左柱レイアウト採用サイトのみ
-----------------------------------*/
/*-----------------------------------
 改行制御
-----------------------------------*/
/*--------------------------------------------
 行数丸め…省略（複数行対応）
----------------------------------------------*/
/*-----------------------------------
 連続要素の間隔（段落間隔）
-----------------------------------*/
/* ============================================
   フォントファミリー ff-系mixin（サイトごとに中身を差し替える）
============================================ */
/*-- mixinフォルダの中の_index.scss --*/
/* ============================================
   サイト固有mixin
============================================ */
/*---------------------
 ★ CTAボタン（SP全画面メニューのボタンで使用）
-----------------------*/
/* ++++++++++++++++++++++++++++++++++++++++++
   グローバル既定
++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------
 ★ 全体
-----------------------*/
html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: inherit;
  line-height: 1.8;
}

main {
  display: block;
  flex: 1 0 auto;
}

/*---------------------
 ★ 画像（旧テーマ互換）
 旧テーマはグローバルで img { width: 100% } を敷いており、
 レイアウトがこれに依存しているため維持する
-----------------------*/
img {
  width: 100%;
  vertical-align: baseline;
}

/*---------------------
 ★ 太字強調
-----------------------*/
b,
.b,
strong {
  font-weight: bold;
}

/*---------------------
 ★ リンク既定: 下線消去+色固定
 個別リンクは各所で @include linkColor($color) し、
 hover演出は後置 &:hover で上書きする
-----------------------*/
a {
  color: #222222;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #555555;
}

/*---------------------
 ★ アンカーリンクのスクロール位置調整（SP固定ヘッダー対策）
-----------------------*/
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

/*---------------------
 ★ 下層ページタイトル帯（全下層ページ共通）
-----------------------*/
.page-ttl {
  background-image: url(img/page-haed-bg.png);
  background-color: #f2fafc;
  padding: 4% 0;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: calc(40 / 16 * 1rem);
  color: #2db6ac;
  letter-spacing: 0.05em;
  line-height: calc(40 / 40);
  border-bottom: solid #ddd 1px;
}

/*---------------------
 ★ テーブル基礎
-----------------------*/
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 1.8em 2.6em;
}
.table th {
  position: relative;
  font-weight: bold;
}
.table th::after {
  background-color: #ddd;
  content: "";
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
}
.table tr {
  border-bottom: solid 1px #ddd;
}
.table tr:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 980px) {
  .table th,
  .table td {
    display: block;
    width: 100%;
  }
  .table th {
    padding: 1.8em 1em 0 0;
  }
  .table td {
    padding: 0.8em 1em 2.6em 1em;
  }
}

/*------------------------------------
ユーティリティ いろいろ
「クラス名を新規に作るのが面倒なとき」の受け皿。
u-クラスの多段連結でレイアウトを組み立てるのは禁止（それは名前空間内に書く）
---------------------------------*/
/*------------------------------------
旧テーマ互換クラス（HTMLで使用中。クラス名変更禁止）
---------------------------------*/
.f-red {
  color: #db1b1b;
}

.vsp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

.vpc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

/*------------------------------------
標準 u- クラス（今後の改修用）
---------------------------------*/
.u-display-none {
  display: none;
}

.u-txt-right {
  text-align: right;
}

.u-ta-left-sp {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-ta-left-sp {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .u-ta-center-sp {
    text-align: center;
  }
}

.u-fc-red {
  color: red;
}

.u-fc-accent {
  color: #ee6055;
}

.u-fs-08em {
  font-size: 0.8em;
}

.u-fw-b {
  font-weight: bold;
}

.u-inline-block {
  display: inline-block;
}

.u-marker-y {
  background: linear-gradient(transparent 75%, #ffff7f 75%);
}

.u-clip-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.u-clip-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

/* *********************************
  YouTube動画対応
*************************************/
.u-youtube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
}
.u-youtube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* *********************************
  汎用文字サイズ（font-cg + property-vw 定型セット）
*************************************/
.u-fs-36 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(36 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .u-fs-36 {
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .u-fs-36 {
    font-size: calc(1.1363636364vw + 22.3636363636px);
  }
}
@media (max-width: 319px) {
  .u-fs-36 {
    font-size: 26px;
  }
}

.u-fs-32 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(32 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .u-fs-32 {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .u-fs-32 {
    font-size: calc(0.6818181818vw + 23.8181818182px);
  }
}
@media (max-width: 319px) {
  .u-fs-32 {
    font-size: 26px;
  }
}

.u-fs-28 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(28 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .u-fs-28 {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .u-fs-28 {
    font-size: calc(1.1363636364vw + 14.3636363636px);
  }
}
@media (max-width: 319px) {
  .u-fs-28 {
    font-size: 18px;
  }
}

.u-fs-24 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(24 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .u-fs-24 {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .u-fs-24 {
    font-size: calc(0.4545454545vw + 18.5454545455px);
  }
}
@media (max-width: 319px) {
  .u-fs-24 {
    font-size: 20px;
  }
}

.u-fs-17 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .u-fs-17 {
    font-size: 17px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .u-fs-17 {
    font-size: calc(0.3409090909vw + 12.9090909091px);
  }
}
@media (max-width: 319px) {
  .u-fs-17 {
    font-size: 14px;
  }
}

.u-fs-16 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .u-fs-16 {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .u-fs-16 {
    font-size: calc(0.2272727273vw + 13.2727272727px);
  }
}
@media (max-width: 319px) {
  .u-fs-16 {
    font-size: 14px;
  }
}

.u-fs-14 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .u-fs-14 {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .u-fs-14 {
    font-size: calc(0.2272727273vw + 11.2727272727px);
  }
}
@media (max-width: 319px) {
  .u-fs-14 {
    font-size: 12px;
  }
}

.u-fs-12 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .u-fs-12 {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  .u-fs-12 {
    font-size: calc(0.2272727273vw + 9.2727272727px);
  }
}
@media (max-width: 319px) {
  .u-fs-12 {
    font-size: 10px;
  }
}

.u-fs-10 {
  font-style: normal;
  font-weight: 500;
  font-size: calc(10 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

/*------------------------------------
上下マージンと上下パディングの定型セット
頻出するものだけ。段階はサイトごとに調整してよい
命名 = PC値 + SP値の連結（u-pp-mt12080 = PC120px/SP80px）
---------------------------------*/
.u-pp-mt12080 {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mt12080 {
    margin-top: 80px;
  }
}

.u-pp-mb12080 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mb12080 {
    margin-bottom: 80px;
  }
}

.u-pp-mt8060 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mt8060 {
    margin-top: 60px;
  }
}

.u-pp-mb8060 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mb8060 {
    margin-bottom: 60px;
  }
}

.u-pp-mt6040 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mt6040 {
    margin-top: 40px;
  }
}

.u-pp-mb6040 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mb6040 {
    margin-bottom: 40px;
  }
}

.u-pp-mt4030 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mt4030 {
    margin-top: 30px;
  }
}

.u-pp-mb4030 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mb4030 {
    margin-bottom: 30px;
  }
}

.u-pp-mt3020 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mt3020 {
    margin-top: 20px;
  }
}

.u-pp-mb3020 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mb3020 {
    margin-bottom: 20px;
  }
}

.u-pp-mt2015 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mt2015 {
    margin-top: 15px;
  }
}

.u-pp-mb2015 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mb2015 {
    margin-bottom: 15px;
  }
}

/*------------------------------------
左柱レイアウト採用サイトのみ: 左余白確保
数値はサイトごとに調整
---------------------------------*/
/*---------------------
 ★ コンテナ
 クラス名は旧テーマのまま（HTML全ページで使用中のため変更しない）
-----------------------*/
.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .container {
    width: 90%;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.sub-content-container {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  position: relative;
}

.third-content-container {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  position: relative;
}

.container-size-840 {
  max-width: 840px;
  width: auto;
  margin: 0 auto;
  position: relative;
}

/*---------------------
 ★ Header
-----------------------*/
.header {
  border-bottom: solid 1px #eee;
  background-color: #fff;
}
.header .header-top {
  border-bottom: solid 1px #eee;
}
.header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.header .header-inner a {
  color: #000;
  text-decoration: none;
}
.header .header-inner a:visited, .header .header-inner a:hover, .header .header-inner a:active, .header .header-inner a:focus {
  color: #000;
  text-decoration: none;
}
.header .header-inner a:visited, .header .header-inner a:hover, .header .header-inner a:active, .header .header-inner a:focus {
  color: #333333;
}
.header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .header .header-flex {
    min-height: 30px;
  }
}
.header .site-logo {
  max-width: 271px;
  max-height: 68px;
}

@media screen and (max-width: 480px) {
  .header .site-logo {
    max-width: 200px;
  }
}
.header-menu-area {
  padding: 2% 10px;
}

.g-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-menu li {
  position: relative;
}
.g-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0em;
  line-height: calc(28.8 / 16);
  padding: 10px 1.6em;
  display: block;
}

.header-tel-area {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-tel-area {
    display: none;
  }
}
.header-tel-area img {
  width: auto;
  max-width: 220px;
}

/**************************

  g-menu（SP全画面メニュー）

**************************/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 トリガー切り替えまとめ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-button-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-button-wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header .header-menu-area {
    display: none;
  }
}
.sp-memu-display_onoff {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-memu-display_onoff {
    display: block;
  }
}

.sp-menu-cover {
  opacity: 0;
  pointer-events: none;
}
.sp-menu-cover .g-menu {
  pointer-events: none;
}

.is-active-gnav .sp-menu-cover {
  opacity: 1;
  pointer-events: auto;
}
.is-active-gnav .sp-menu-cover .g-menu {
  pointer-events: auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 SP header上部固定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
    width: 100%;
  }
  main {
    margin-top: 73px;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 SP 全画面MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 768px) {
  .sp-menu-cover {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(214, 220, 226, 0.95);
    height: 100vh;
    width: 100%;
    z-index: 1600;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: 0.6s;
  }
  .sp-menu-cover .sp-menu {
    width: 80%;
    position: absolute;
    top: calc(50% - 125px);
    left: 10%;
  }
  .sp-menu-cover .sp-menu .g-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .sp-menu-cover .sp-menu .g-menu li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sp-menu-cover .sp-menu .g-menu a {
    display: block;
    max-width: 278px;
    margin: 0 0 0 auto;
    background-color: #2db6ac;
    font-style: normal;
    font-weight: 400;
    font-size: calc(16 / 16 * 1rem);
    color: #fff;
    letter-spacing: 0.01em;
    line-height: calc(32 / 16);
    text-align: center;
    vertical-align: middle;
    padding: 11.5px 0;
    position: relative;
    padding-right: 12px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .sp-menu-cover .sp-menu .g-menu a::before {
    content: "";
    background-image: url(img/bt-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .sp-menu-cover .sp-menu .g-menu a::after {
    content: "";
    position: absolute;
    height: 250px;
    width: 100px;
    background-color: #fff;
    opacity: 0.2;
    transform: rotate(35deg);
    top: -80px;
    left: -140px;
    transition: 0.4s;
  }
  .sp-menu-cover .sp-menu .g-menu a:hover::after {
    left: 120%;
  }
}
.header-tel-area-sp {
  max-width: 320px;
  margin: 40px auto 0;
}

@media screen and (max-width: 480px) {
  .sp-menu-cover .sp-menu {
    top: 20%;
  }
  .sp-menu-cover .sp-menu .g-menu li {
    width: 100%;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 開閉ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-button-wrap {
  position: absolute;
  right: 20px;
  top: 19px;
  width: 40px;
  height: 36px;
  z-index: 6010;
  cursor: pointer;
}
.nav-button-wrap .nav-button,
.nav-button-wrap .nav-button span {
  display: inline-block;
  transition: all 0.3s;
}
.nav-button-wrap .nav-button {
  width: 27px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 7px;
}
.nav-button-wrap .nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
}
.nav-button-wrap .nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button-wrap .nav-button span:nth-of-type(2) {
  top: 8px;
}
.nav-button-wrap .nav-button span:nth-of-type(3) {
  bottom: 1px;
}
.nav-button-wrap .nav-button.active span {
  background-color: #1b1b1b;
}
.nav-button-wrap .nav-button.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav-button-wrap .nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button-wrap .nav-button.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

/*---------------------
 ★ Footer
-----------------------*/
footer {
  text-align: center;
  margin-top: 4%;
  padding-top: 4%;
  background-image: url(img/page-haed-bg.png);
  background-color: #f2fafc;
}

.foot-info-area {
  margin-top: 40px;
}
.foot-info-area .foot-info-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
.foot-info-area .foot-info-column > div {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .foot-info-area .foot-info-column {
    flex-wrap: wrap-reverse;
  }
  .foot-info-area .foot-info-column > div {
    width: 100%;
  }
  .foot-info-area .foot-info-column > div:not(:first-of-type) {
    margin-top: 40px;
  }
  .foot-info-area .foot-info-column .left {
    margin-top: 40px;
  }
}

.info-map {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.info-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .info-map {
    padding-top: 56.25%;
  }
}

.time-table-bleck {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}
.time-table-bleck .time-table-img {
  border: solid 8px #ddd;
}
.time-table-bleck .time-table-img figure {
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .time-table-bleck {
    max-width: 580px;
  }
}

.foot-info-txtblock .foot-site-logo {
  max-width: 320px;
}
@media screen and (max-width: 1100px) {
  .foot-info-txtblock .foot-site-logo {
    margin: 10px auto;
  }
}
.foot-info-txtblock .add {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .foot-info-txtblock .add {
    text-align: center;
  }
}
.foot-info-txtblock .tel {
  margin-top: 20px;
  margin-left: 10px;
}
.foot-info-txtblock .tel a {
  font-family: "Arial", "Helvetica", "Yu Gothic", "ヒラギノ角ゴシック", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(18 / 28);
  color: #ee6055;
  text-decoration: none;
}
.foot-info-txtblock .tel a:visited, .foot-info-txtblock .tel a:hover, .foot-info-txtblock .tel a:active, .foot-info-txtblock .tel a:focus {
  color: #ee6055;
  text-decoration: none;
}
.foot-info-txtblock .tel a:visited, .foot-info-txtblock .tel a:hover, .foot-info-txtblock .tel a:active, .foot-info-txtblock .tel a:focus {
  color: rgb(247.2727272727, 182.7272727273, 177.7272727273);
}
@media screen and (max-width: 1100px) {
  .foot-info-txtblock .tel {
    text-align: center;
  }
}
.foot-info-txtblock .time-info {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.02em;
  line-height: calc(28 / 14);
}
.foot-info-txtblock .time-info dl {
  padding: 15px;
}
.foot-info-txtblock .time-info dl > div {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.foot-info-txtblock .time-info dl > div:not(:last-of-type) {
  border-bottom: solid 1px #ddd;
  padding: 5px 0;
}
.foot-info-txtblock .time-info dl > div dt {
  flex: 0 0 15em;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.02em;
  line-height: calc(21 / 14);
}
@media screen and (max-width: 675px) {
  .foot-info-txtblock .time-info dl > div dt br {
    display: none;
  }
}
.foot-info-txtblock .time-info dl > div dd {
  flex: 1;
}
@media screen and (max-width: 675px) {
  .foot-info-txtblock .time-info dl > div {
    padding: 10px 0;
  }
  .foot-info-txtblock .time-info dl > div dt,
  .foot-info-txtblock .time-info dl > div dd {
    flex: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .foot-info-txtblock .time-info {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 80%;
  }
}
@media screen and (max-width: 675px) {
  .foot-info-txtblock .time-info {
    margin-top: 20px;
    max-width: 100%;
  }
}

.foot-under-area {
  margin-top: 80px;
  position: relative;
  text-align: center;
  padding: 1em 10px;
  background-color: #2db6ac;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
}
.foot-under-area .go-top {
  position: absolute;
  top: -30px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .foot-under-area .go-top {
    top: -70px;
  }
}

/**************************

  HOME（TOPページ）

**************************/
.home-mainimg-area {
  position: relative;
}
.home-mainimg-area .caption {
  position: absolute;
  bottom: 4%;
  left: 50%;
}
.home-mainimg-area .caption figure {
  max-width: 510px;
  width: 100%;
}

.home-news-area {
  margin-top: 60px;
}
.home-news-area .section-ttl {
  font-style: normal;
  font-weight: 400;
  font-size: calc(30 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 30);
  text-align: center;
  padding: 2% 10px;
  border: solid 1px #2db6ac;
  border-width: 1px 0;
}
.home-news-area .home-news-body {
  max-width: 760px;
  margin: 50px auto 0;
}
.home-news-area .home-news-body .home-news-list > div {
  display: flex;
  padding: 20px 0;
}
.home-news-area .home-news-body .home-news-list > div:not(:last-of-type) {
  border: dotted 1px #ddd;
  border-width: 0 0 1px 0;
}
.home-news-area .home-news-body .home-news-list > div dt {
  margin: 0 3.9% 0 0;
}
.home-news-area .home-news-body .home-news-list > div .days {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 14);
}
.home-news-area .home-news-body .home-news-list > div dd a {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 16);
}
@media screen and (max-width: 768px) {
  .home-news-area .home-news-body {
    margin-top: 27px;
  }
  .home-news-area .home-news-body .home-news-list-area .home-news-list > div {
    display: block;
    padding: 24px 0;
  }
}

.home-greeting-area {
  margin: 80px calc(50% - 50vw) 0;
  padding: 6% calc(50vw - 50%);
  background-color: #f7f7ff;
}
@media screen and (max-width: 768px) {
  .home-greeting-area {
    margin-top: 40px;
  }
}
.home-greeting-area .home-greeting-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: inherit;
}
@media screen and (max-width: 768px) {
  .home-greeting-area .home-greeting-column {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .home-greeting-area .home-greeting-column > div {
    width: 100%;
  }
  .home-greeting-area .home-greeting-column > div:not(:first-of-type) {
    margin-top: 40px;
  }
}
.home-greeting-area .img-block {
  flex: 0 0 340px;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .home-greeting-area .img-block {
    flex: inherit;
  }
}
.home-greeting-area .img-block figure {
  max-width: 340px;
  margin: 0 auto;
}
.home-greeting-area .txt-block .home-greeting-ttl {
  font-style: normal;
  font-weight: 400;
  font-size: calc(30 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 30);
  padding-bottom: 16px;
  border-bottom: solid 2px #2db6ac;
}
.home-greeting-area .txt-block .txt {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.02em;
  line-height: calc(28.8 / 16);
}

.home-medicalinfo-area {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .home-medicalinfo-area {
    margin-top: 40px;
  }
}
.home-medicalinfo-area .home-medicalinfo-container {
  border: solid #ddd 1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4% 8% 6%;
  background-color: #f2fafc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-medicalinfo-area .home-medicalinfo-container {
    padding: 6% 6% 8%;
  }
}
.home-medicalinfo-area h3 {
  font-style: normal;
  font-weight: 400;
  font-size: calc(30 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 30);
  text-align: center;
  padding: 24px 10px 24px;
  background-color: #2db6ac;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  .home-medicalinfo-area h3 {
    font-style: normal;
    font-weight: 500;
    font-size: calc(24 / 16 * 1rem);
    color: #fff;
    letter-spacing: 0.05em;
    line-height: calc(24 / 24);
  }
}
.home-medicalinfo-area .home-medicalinfo-block {
  max-width: 900px;
  margin: 0 auto 0;
}
.home-medicalinfo-area .home-medicalinfo-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: inherit;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-column {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-column > div {
    width: 100%;
  }
  .home-medicalinfo-area .home-medicalinfo-column > div:not(:first-of-type) {
    margin-top: 0;
  }
}
.home-medicalinfo-area .home-medicalinfo-column > div .left {
  flex: 0 0 290px;
  margin-right: 4%;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-column > div .left {
    flex: inherit;
  }
}
.home-medicalinfo-area .home-medicalinfo-column > div ul li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 18);
  display: flex;
  align-items: flex-start;
}
.home-medicalinfo-area .home-medicalinfo-column > div ul li:not(:first-of-type) {
  margin-top: 24px;
}
.home-medicalinfo-area .home-medicalinfo-column > div ul li::before {
  content: "◯";
  margin-right: 2em;
  color: #2db6ac;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 1px;
}
@media screen and (max-width: 1100px) {
  .home-medicalinfo-area .home-medicalinfo-column > div.right ul li {
    margin-top: 24px;
  }
}

/**************************

  診療案内

**************************/
.medical-guide {
  padding-bottom: 70px;
}
.medical-guide .section-ttl-area {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .medical-guide .section-ttl-area {
    margin-top: 40px;
  }
}
.medical-guide .section-ttl-area .section-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(24 / 24);
  position: relative;
  padding: 40px 10px 16px;
  border-top: dotted 1px #ddd;
}
.medical-guide .section-ttl-area .section-ttl::before {
  content: "";
  display: block;
  width: 260px;
  height: 4px;
  background-color: #2db6ac;
  position: absolute;
  top: 0;
}

.medical-guide-block-area:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .medical-guide-block-area:not(:first-of-type) {
    margin-top: 70px;
  }
}
.medical-guide-block-area .medical-guide-block-body {
  margin-top: 40px;
  max-width: 87.5%;
  margin-left: auto;
  margin-right: auto;
}
.medical-guide-block-area .medical-guide-block-body p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: calc(28.8 / 16);
}
.medical-guide-block-area .medical-guide-block-body p:not(:first-of-type) {
  margin-top: 18px;
}
.medical-guide-block-area .medical-guide-block-body ul > li {
  display: flex;
}
.medical-guide-block-area .medical-guide-block-body ul > li:not(:first-of-type) {
  margin-top: 18px;
}
.medical-guide-block-area .medical-guide-block-body ul > li::before {
  content: url("img/icon-awesome-dot-circle.svg");
  width: 1em;
  height: 16px;
  display: inline-block;
}
.medical-guide-block-area .medical-guide-block-body ul > li.sub-list {
  display: block;
}
.medical-guide-block-area .medical-guide-block-body ul > li > ul {
  margin-left: 4%;
}
.medical-guide-block-area .medical-guide-block-body ul > li > ul li {
  margin-top: 18px;
}
.medical-guide-block-area .medical-guide-block-body ul > li > ul li::before {
  content: url("img/icon-ionic-md-arrow-dropright.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}
.medical-guide-block-area .medical-guide-block-body ul > li > ul li.icon-gray::before {
  content: url("img/icon-ionic-md-arrow-dropright-gray.svg");
}
.medical-guide-block-area .medical-guide-block-body ul > li.parallel::before {
  display: none;
}
.medical-guide-block-area .medical-guide-block-body ul > li.parallel > ul {
  margin-left: 0;
  margin-top: -18px;
}
.medical-guide-block-area .medical-guide-block-body ul > li.parallel > ul li {
  display: inline-block;
  margin-top: 18px;
  margin-right: 1em;
}
.medical-guide-block-area .medical-guide-block-body ul > li.parallel > ul li::before {
  content: url("img/icon-awesome-dot-circle.svg");
  width: 1em;
  height: 16px;
  display: inline-block;
  margin-right: 0;
}
.medical-guide-block-area .medical-guide-block-body ul li > p,
.medical-guide-block-area .medical-guide-block-body ul li > div {
  margin: 30px 4%;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.02em;
  line-height: calc(32 / 16);
}
.medical-guide-block-area .medical-guide-block-body ul li > p.no-mt,
.medical-guide-block-area .medical-guide-block-body ul li > div.no-mt {
  margin-top: 0px;
}
.medical-guide-block-area .medical-guide-block-body ul.no-icon {
  margin: 2% 4%;
}
.medical-guide-block-area .medical-guide-block-body ul.no-icon li::before {
  content: none;
}

.medical-guide-sleep-table {
  margin-top: 40px;
  border: 1px #ddd solid;
}
.medical-guide-sleep-table th,
.medical-guide-sleep-table td {
  border-bottom: 1px #ddd solid;
}
.medical-guide-sleep-table th {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .medical-guide-sleep-table {
    border: none;
  }
  .medical-guide-sleep-table th,
  .medical-guide-sleep-table td {
    border: none;
  }
  .medical-guide-sleep-table td {
    padding: 0.8em 1em 1em 1em;
  }
  .medical-guide-sleep-table th::after {
    display: none;
  }
}

.medical-smoke-box {
  margin-top: 20px;
  padding: 4%;
  border: solid 1px #2db6ac;
  border-radius: 5px;
}
.medical-smoke-box .medical-smoke-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(28.8 / 18);
  border-bottom: solid #ddd 2px;
  padding-bottom: 16px;
}
.medical-smoke-box .medical-smoke-sub {
  margin-top: 20px;
}
.medical-smoke-box .medical-smoke-sub h4 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(25.6 / 16);
}
.medical-smoke-box .medical-smoke-sub .medical-smoke-sub-con {
  margin: 0 3em;
}
@media screen and (max-width: 768px) {
  .medical-smoke-box .medical-smoke-sub .medical-smoke-sub-con {
    margin: 0;
  }
}
.medical-smoke-box .medical-smoke-sub .medical-smoke-sub-con > p {
  margin-top: 10px;
}
.medical-smoke-box .medical-smoke-sub .medical-smoke-sub-con > p.hiyou {
  padding-top: 10px;
  border-top: solid #ddd 1px;
  text-align: right;
  font-weight: bold;
}
.medical-smoke-box .medical-smoke-sub .medical-smoke_under {
  margin-top: 20px;
  padding: 2%;
  background-color: #e8f0f9;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.01em;
  line-height: calc(19.2 / 12);
}

/**************************

 院長の紹介

**************************/
.doctor {
  padding-bottom: 60px;
}

.basic-idea span {
  display: inline-block;
}
.basic-idea .section-ttl-area {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .basic-idea .section-ttl-area {
    margin-top: 40px;
  }
}
.basic-idea .section-ttl-area .section-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(34 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(51 / 34);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic-idea .section-ttl-area .section-ttl {
    font-style: normal;
    font-weight: 700;
    font-size: calc(24 / 16 * 1rem);
    color: #474747;
    letter-spacing: 0.05em;
    line-height: calc(36 / 24);
  }
}

.basic-idea-body {
  margin-top: 80px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(20 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(40 / 20);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic-idea-body {
    margin-top: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: calc(16 / 16 * 1rem);
    color: #474747;
    letter-spacing: 0.05em;
    line-height: calc(32 / 16);
  }
}

.doctor-profile-area {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .doctor-profile-area {
    margin-top: 40px;
  }
}
.doctor-profile-area h2 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(30 / 30);
  position: relative;
  display: flex;
  align-items: center;
}
.doctor-profile-area h2::before, .doctor-profile-area h2::after {
  content: "";
  height: 1px;
  background-color: #ddd;
  flex-grow: 1;
}
.doctor-profile-area h2::before {
  margin-right: 3em;
}
.doctor-profile-area h2::after {
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  .doctor-profile-area h2 {
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-style: normal;
    font-weight: 700;
    font-size: calc(24 / 16 * 1rem);
    color: #474747;
    letter-spacing: 0.05em;
    line-height: calc(28 / 24);
  }
  .doctor-profile-area h2::before, .doctor-profile-area h2::after {
    display: none;
  }
}

.doctor-block-body .img-block {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .doctor-block-body .img-block {
    margin-top: 40px;
  }
}

.doctor-profile-txt {
  margin-top: 80px;
}
.doctor-profile-txt p {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(40 / 20);
}
.doctor-profile-txt .doctor-profile-dl {
  margin-left: 3em;
}
.doctor-profile-txt .doctor-profile-dl > div {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.doctor-profile-txt .doctor-profile-dl > div dt {
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.02em;
  line-height: calc(17 / 16);
  width: 7em;
  flex-shrink: 0;
}
.doctor-profile-txt .doctor-profile-dl > div dd > p {
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.02em;
  line-height: calc(18 / 16);
}
.doctor-profile-txt .doctor-profile-dl > div dd > p:not(:first-of-type) {
  margin-top: 10px;
}

.doctor-career-area,
.doctor-society-affiliations-area {
  margin-top: 100px;
}
.doctor-career-area .section-ttl,
.doctor-society-affiliations-area .section-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(36 / 24);
  padding-bottom: 16px;
  border-bottom: dotted 1px #222222;
}
@media screen and (max-width: 768px) {
  .doctor-career-area .section-ttl,
  .doctor-society-affiliations-area .section-ttl {
    font-style: normal;
    font-weight: 700;
    font-size: calc(24 / 16 * 1rem);
    color: #474747;
    letter-spacing: 0.05em;
    line-height: calc(36 / 24);
  }
}

.doctor-career-list {
  max-width: 840px;
  margin: 80px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 16);
}
.doctor-career-list > div {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.doctor-career-list > div dt {
  width: 7em;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.02em;
  line-height: calc(28 / 14);
}
.doctor-career-list > div dd {
  width: calc(100% - 7em);
  flex-shrink: 0;
  flex-grow: 1;
}

.doctor-society-affiliations-list {
  max-width: 840px;
  margin: 80px auto 0;
}
.doctor-society-affiliations-list li {
  display: inline-block;
  margin-left: 4em;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(32 / 16);
}
.doctor-society-affiliations-list li::before {
  content: "";
  background-image: url("img/icon-awesome-dot-circle.svg");
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
}

/**************************

 施設案内

**************************/
.equipment-guide .section-ttl-area {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .equipment-guide .section-ttl-area {
    margin-top: 40px;
  }
}
.equipment-guide .section-ttl-area .section-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(30 / 30);
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .equipment-guide .section-ttl-area .section-ttl {
    font-style: normal;
    font-weight: 700;
    font-size: calc(24 / 16 * 1rem);
    color: #474747;
    letter-spacing: 0.05em;
    line-height: calc(28 / 24);
  }
}
.equipment-guide .section-ttl-area .section-ttl::before, .equipment-guide .section-ttl-area .section-ttl::after {
  content: "";
  height: 1px;
  background-color: #ddd;
  flex-grow: 1;
}
.equipment-guide .section-ttl-area .section-ttl::before {
  margin-right: 3em;
}
.equipment-guide .section-ttl-area .section-ttl::after {
  margin-left: 3em;
}

.equipment-guide-block-body {
  margin-top: 40px;
}

.equipment-guide-block-column2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.equipment-guide-block-column2 > li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .equipment-guide-block-column2 > li {
    width: 100%;
  }
  .equipment-guide-block-column2 > li:not(:first-of-type) {
    margin-top: 40px;
  }
}

.equipment-guide-block-column3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.equipment-guide-block-column3 > li {
  width: 30.6666666667%;
}
.equipment-guide-block-column3 > li:nth-of-type(n + 4) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .equipment-guide-block-column3 > li {
    width: 100%;
  }
  .equipment-guide-block-column3 > li:not(:first-of-type) {
    margin-top: 40px;
  }
  .equipment-guide-block-column3 > li figure {
    max-width: 380px;
    margin: 0 auto;
  }
}
.equipment-guide-block-column3 > li .card-ttl {
  font-style: normal;
  font-weight: 500;
  font-size: calc(20 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: calc(36 / 20);
  padding: 8px 0;
  text-align: center;
}

.equipment-guide-block-txt {
  font-style: normal;
  font-weight: 200;
  font-size: calc(16 / 16 * 1rem);
  color: #222222;
  letter-spacing: 0.05em;
  line-height: calc(18 / 16);
  text-align: center;
  padding: 2% 10px;
}

/**************************

 404 Not Found

**************************/
.not-found .not-found-body {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .not-found .not-found-body {
    min-height: 55vh;
  }
}
.not-found .not-found-code {
  font-family: "DIN Alternate Bold", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(120 / 16 * 1rem);
  color: #2db6ac;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 800px) {
  .not-found .not-found-code {
    font-size: 120px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .not-found .not-found-code {
    font-size: calc(10vw + 40px);
  }
}
@media (max-width: 319px) {
  .not-found .not-found-code {
    font-size: 72px;
  }
}
.not-found .not-found-txt {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #474747;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
.not-found .not-found-back {
  margin-top: 40px;
  width: 100%;
}
.not-found .not-found-back a {
  display: block;
  max-width: 278px;
  margin: 0 0 0 auto;
  background-color: #2db6ac;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #fff;
  letter-spacing: 0.01em;
  line-height: calc(32 / 16);
  text-align: center;
  vertical-align: middle;
  padding: 11.5px 0;
  position: relative;
  padding-right: 12px;
  overflow: hidden;
  margin: 0 auto;
}
.not-found .not-found-back a::before {
  content: "";
  background-image: url(img/bt-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.not-found .not-found-back a::after {
  content: "";
  position: absolute;
  height: 250px;
  width: 100px;
  background-color: #fff;
  opacity: 0.2;
  transform: rotate(35deg);
  top: -80px;
  left: -140px;
  transition: 0.4s;
}
.not-found .not-found-back a:hover::after {
  left: 120%;
}
