@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++
	Site: 渡辺歯科医院 www.watanabe-dclinic.com
	Description: 脱WordPress純PHP版（2026-08移行）
	Version: 01
++++++++++++++++++++++++++++++++++++++++++++++ */
/* 旧テーマのリセットをそのまま踏襲（正本リセットとは別物）。
   img { width: 100% } 等にレイアウトが依存しているため差し替え禁止。
   ※vendor prefix（-webkit-appearance等）のみ現行標準プロパティに整理 */
*,
*::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;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

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

img {
  vertical-align: bottom;
}

img.svg {
  width: auto;
}

/**************************
  FONT 実出力（@font-face・bodyフォント指定）
**************************/
/* noto-sans-jp-regular - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(""), url("assets/fonts/noto-sans-jp-v41-japanese-regular.woff2") format("woff2");
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local(""), url("assets/fonts/noto-sans-jp-v41-japanese-700.woff2") format("woff2");
}
/* noto-sans-jp-900 - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: local(""), url("assets/fonts/noto-sans-jp-v41-japanese-900.woff2") format("woff2");
}
/*装飾英語*/
/* 旧テーマは url(../fonts/…) でパスが壊れており Roboto は一度も配信されていなかった。
   assets/fonts/ に実ファイルがあるため正しいパスに修正（影響は404ページの見出しのみ。README記載） */
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("assets/fonts/roboto-v29-latin-regular.woff2") format("woff2");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("assets/fonts/roboto-v29-latin-700.woff2") format("woff2");
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/**************************
  FONT（mixin定義のみ。@font-face等の実出力は _fonts-face.scss）
**************************/
/*
ベース: Noto Sans JP 400 / 500 / 700（+900セルフホスト）
  400,700,900 = assets/fonts セルフホスト
  500 = Google Fonts（header.phpで読み込み）
装飾英語: Roboto 400 / 700（404ページのみ使用）
*/
/* ============================================
   サイト宣言変数
   SITE_CONFIG.md と必ず同期させること
============================================ */
/**************************
  コンテナ関連
**************************/
/**************************
  カラーパレット
  正本命名で定義し、旧テーマの変数名はエイリアスとして残す
  （移植コードのgrep可能性維持のため）
**************************/
/* ============================================
   関数（定義はこのファイルだけ。mixinファイル内での重複定義禁止）
============================================ */
/*-- mixinフォルダの中の_index.scss --*/
/* ============================================
   正本mixin（棚卸し確定版 2026-03）
   これ以外の旧mixinは新規使用禁止
   （移行互換mixinは _m-compat.scss を参照）
============================================ */
/*------------------------------------
 メディアクエリ MIXIN
---------------------------------*/
/*---------------------
 ★ 文字関連一括指定【全テキスト必須】
-----------------------*/
/*---------------------
 ★ 数値プロパティのvwシームレス可変
-----------------------*/
/*---------------------
 ★ リンク文字色 固定
-----------------------*/
/*---------------------
 ★ コンテナ
-----------------------*/
/*-------------------------------------
   レイアウト汎用（pp- = page-parts）
---------------------------------------*/
/*-----------------------------------
 上下余白（レスポンシブ2値）
-----------------------------------*/
/*-----------------------------------
 左余白（レスポンシブ）※左柱レイアウト採用サイトのみ
-----------------------------------*/
/*-----------------------------------
 改行制御
-----------------------------------*/
/*--------------------------------------------
 行数丸め…省略（複数行対応）
----------------------------------------------*/
/*-----------------------------------
 連続要素の間隔（段落間隔）
-----------------------------------*/
/*-- mixinフォルダの中の_index.scss --*/
/* ============================================
   移行互換mixin（旧テーマのコンパイル済みCSSと
   同一出力を再現するためのもの）

   ・新規実装では使用禁止（正本 _m-mixin.scss を使う）
   ・旧テーマからの移植コードのみが使用する
   ・rem基準だけ旧 1rem=10px → 新 1rem=16px に正規化済み
     （計算後のpx値は旧と同一）
============================================ */
/*---------------------
 旧 font-vs: フォントサイズ vw可変
 新規は property-vw を使うこと
-----------------------*/
/*---------------------
 旧 pp-txtBlock: 段落間隔（:not(:first-of-type)方式）
 新規は正本 pp-txtBlock（p + p 方式）を使うこと。
 ※figure等を挟んだ段落にも余白が付く挙動が旧と同一になるよう別実装で残す
-----------------------*/
/*---------------------
 旧 table-scroll: SPでテーブル横スクロール
-----------------------*/
/*---------------------
 旧 dltable-set__v1: dl表組みレイアウト
 （経歴テーブル .c-table_v2 が使用）
-----------------------*/
/*---------------------
 旧 list_style: リスト頭「・」装飾
 （.u-list__disc が使用。旧実装は引数に関わらず ・/1.5em 固定）
-----------------------*/
/* ++++++++++++++++++++++++++++++++++++++++++
   グローバル既定
++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------
 ★ スムーズスクロール
 （旧テーマのjQueryスクロールをCSSに置換。README記載の意図的変更）
-----------------------*/
html {
  scroll-behavior: smooth;
}

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

/*---------------------
 ★ リンク既定: 下線消去+色固定
 旧テーマは hover系で20%明るくなる仕様のため、後置で再現
-----------------------*/
a {
  color: #333232;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #333232;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: rgb(102.504950495, 100.495049505, 100.495049505);
}

/*---------------------
 ★ リンク無効
-----------------------*/
a.link-none {
  pointer-events: none !important;
}

a.link-underline {
  text-decoration: underline;
}

/*-- componentフォルダの中の_index.scss --*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
.c-section__ttl_v1 {
  position: relative;
  padding: 40px 0px 16px;
  border-top: dotted 1px #d9d9d9;
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #494949;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-section__ttl_v1 {
    font-size: calc(2.4509803922vw + 11.1764705882px);
  }
}
@media screen and (min-width: 768px) {
  .c-section__ttl_v1 {
    font-size: calc(30 / 16 * 1rem);
  }
}
.c-section__ttl_v1:before {
  content: "";
  display: block;
  width: 260px;
  height: 4px;
  background-color: #2db6ac;
  position: absolute;
  top: 0;
}

.c-section__ttl_v2 {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #494949;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-section__ttl_v2 {
    font-size: calc(2.4509803922vw + 11.1764705882px);
  }
}
@media screen and (min-width: 768px) {
  .c-section__ttl_v2 {
    font-size: calc(30 / 16 * 1rem);
  }
}
.c-section__ttl_v2 span {
  display: block;
  margin: 0 0.8em 0 0.5em;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #494949;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-section__ttl_v2 span {
    font-size: calc(0.4901960784vw + 10.2352941176px);
  }
}
@media screen and (min-width: 768px) {
  .c-section__ttl_v2 span {
    font-size: calc(14 / 16 * 1rem);
  }
}
.c-section__ttl_v2::after {
  content: "";
  width: 100%;
  background-color: #2db6ac;
  height: 2px;
  flex: 1;
  flex-grow: 1;
}

.c-section__ttl_v3 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #494949;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: calc(18 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-section__ttl_v3 {
    font-size: calc(1.4705882353vw + 12.7058823529px);
  }
}
@media screen and (min-width: 768px) {
  .c-section__ttl_v3 {
    font-size: calc(24 / 16 * 1rem);
  }
}
.c-section__ttl_v3::after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  background-color: #2db6ac;
  margin-top: 15px;
}

.c-ttl_v4 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #494949;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-ttl_v4 {
    font-size: calc(0.9803921569vw + 12.4705882353px);
  }
}
@media screen and (min-width: 768px) {
  .c-ttl_v4 {
    font-size: calc(20 / 16 * 1rem);
  }
}
.c-ttl_v4::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #2db6ac;
  margin-top: 10px;
}

.c-ttl_v5 {
  text-align: center;
}
.c-ttl_v5 span {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #494949;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: calc(18 / 16 * 1rem);
  display: block;
  padding: 0.6em 1em;
}
@media screen and (min-width: 360px) {
  .c-ttl_v5 span {
    font-size: calc(1.4705882353vw + 12.7058823529px);
  }
}
@media screen and (min-width: 768px) {
  .c-ttl_v5 span {
    font-size: calc(24 / 16 * 1rem);
  }
}
.c-ttl_v5::before, .c-ttl_v5::after {
  content: "";
  display: block;
  border: solid 1px #2db6ac;
}
.c-ttl_v5::after {
  border-width: 2px 0;
}

/*------------------------------------

layout 上下マージンと上下パディング
//頻出するものだけ

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

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

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

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

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

.c-mt10 {
  margin-top: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 758px) {
  .c-table-scroll {
    box-sizing: border-box;
    overflow-x: scroll;
  }
  .c-table-scroll table {
    min-width: 758px;
  }
}
.c-table-scroll .c-time_table {
  margin-top: 40px;
  width: 100%;
  border: solid 10px #338882;
  background: #FFF;
}
.c-table-scroll .c-time_table tr {
  border-top: 1px solid rgb(37.0909090909, 98.9090909091, 94.5454545455);
  border-width: 1px 0;
}
.c-table-scroll .c-time_table th {
  font-weight: normal;
  border: 1px solid rgb(37.0909090909, 98.9090909091, 94.5454545455);
  padding: 15px 10px;
  white-space: nowrap;
  text-align: center;
}
.c-table-scroll .c-time_table td {
  border: 1px solid rgb(37.0909090909, 98.9090909091, 94.5454545455);
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  display: table-cell;
}
.c-table-scroll .c-time_table td span {
  display: block;
}

.c-table_v2 .dltable-set {
  position: relative;
  border-bottom: solid 1px #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-table_v2 .dltable-set::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #f1bd2f;
}
@media screen and (max-width: 768px) {
  .c-table_v2 .dltable-set {
    display: block;
  }
}
.c-table_v2 .dltable-set > dt {
  font-style: normal;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: calc(16 / 16 * 1rem);
  flex: 0 0 200px;
  padding: 45px 40px 45px 0px;
  align-self: stretch;
}
@media screen and (min-width: 320px) {
  .c-table_v2 .dltable-set > dt {
    font-size: calc(1.25vw + 12px);
  }
}
@media screen and (min-width: 480px) {
  .c-table_v2 .dltable-set > dt {
    font-size: calc(18 / 16 * 1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-table_v2 .dltable-set > dt {
    padding: 22.5px 0px 4px;
  }
}
.c-table_v2 .dltable-set > dd {
  flex: 1;
  padding: 45px 40px 45px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (min-width: 320px) {
  .c-table_v2 .dltable-set > dd {
    font-size: calc(1.25vw + 12px);
  }
}
@media screen and (min-width: 480px) {
  .c-table_v2 .dltable-set > dd {
    font-size: calc(18 / 16 * 1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-table_v2 .dltable-set > dd {
    padding: 10px 20px 20px 20px;
  }
}
.c-table_v2 .dltable-set.dt-none > dt {
  visibility: collapse;
}
@media screen and (max-width: 768px) {
  .c-table_v2 .dltable-set.dt-none > dt {
    display: none;
  }
}
.c-table_v2 .dltable-set.last_elements {
  border-bottom: none;
}
.c-table_v2 .dltable-set > dt {
  padding: 22.5px 23px 22.5px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.c-table_v2 .dltable-set > dd {
  padding: 22.5px 23px 22.5px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
.c-half-column_v1 {
  display: flex;
  justify-content: space-between;
}
.c-half-column_v1 .left,
.c-half-column_v1 .right {
  width: calc((100% - 35px) / 2);
}
@media screen and (max-width: 480px) {
  .c-half-column_v1 {
    display: block;
  }
  .c-half-column_v1 .left,
  .c-half-column_v1 .right {
    width: 100%;
  }
  .c-half-column_v1 .right {
    margin-top: 35px;
  }
}

.c-half-column_v3 {
  display: flex;
  justify-content: space-between;
}
.c-half-column_v3 .card {
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 768px) {
  .c-half-column_v3 {
    display: block;
  }
  .c-half-column_v3 .card {
    width: 100%;
  }
  .c-half-column_v3 .card:not(:first-of-type) {
    margin-top: 35px;
  }
}

.c-rightimg-column_v1 {
  display: flex;
}
.c-rightimg-column_v1 .img__item {
  flex: 0 0 300px;
}
.c-rightimg-column_v1 .img__item figure {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.c-rightimg-column_v1 .txt__item {
  flex: 1;
}
.c-rightimg-column_v1 .txt__item > * {
  margin-left: 35px;
}
@media screen and (max-width: 840px) {
  .c-rightimg-column_v1 {
    display: block;
  }
  .c-rightimg-column_v1 .img__item {
    flex: inherit;
  }
  .c-rightimg-column_v1 .img__item figure {
    max-width: 100%;
  }
  .c-rightimg-column_v1 .txt__item > * {
    margin-left: 0;
    margin-top: 35px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 480px) {
  .c-photocard_v1 .img__item img {
    max-width: initial;
  }
}
.c-photocard_v1 .ttl__item {
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: calc(16 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-width: 360px) {
  .c-photocard_v1 .ttl__item {
    font-size: calc(0.4901960784vw + 14.2352941176px);
  }
}
@media screen and (min-width: 768px) {
  .c-photocard_v1 .ttl__item {
    font-size: calc(18 / 16 * 1rem);
  }
}
.c-photocard_v1 .txt__item {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: calc(14 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-photocard_v1 .txt__item {
    font-size: calc(0.4901960784vw + 12.2352941176px);
  }
}
@media screen and (min-width: 768px) {
  .c-photocard_v1 .txt__item {
    font-size: calc(16 / 16 * 1rem);
  }
}

.c-card_v2 .c-half-column_v1 .ttl__item::after {
  content: "";
  display: block;
  border-top: 2px solid #2db6ac;
  margin-top: 8px;
}
.c-card_v2 .c-half-column_v1 .img__item {
  margin-top: 25px;
}
.c-card_v2 .c-half-column_v1 .txt__item {
  margin-top: 25px;
}
.c-card_v2 .c-half-column_v1 .txt__item .sub-ttl {
  margin-top: 25px;
  display: inline-block;
  padding: 0.2em 1em;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #f0f0f0;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: calc(14 / 16 * 1rem);
  background-color: #2db6ac;
  border-radius: 8px;
}
@media screen and (min-width: 360px) {
  .c-card_v2 .c-half-column_v1 .txt__item .sub-ttl {
    font-size: calc(1.6666666667vw + 8px);
  }
}
@media screen and (min-width: 480px) {
  .c-card_v2 .c-half-column_v1 .txt__item .sub-ttl {
    font-size: calc(16 / 16 * 1rem);
  }
}
.c-card_v2 .c-half-column_v1 .txt__item .item__list {
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-card_v2 .c-half-column_v1 .txt__item .item__list {
    font-size: calc(1.6666666667vw + 6px);
  }
}
@media screen and (min-width: 480px) {
  .c-card_v2 .c-half-column_v1 .txt__item .item__list {
    font-size: calc(14 / 16 * 1rem);
  }
}
.c-card_v2 .c-half-column_v1 .txt__item .item__list *:before {
  color: #2db6ac;
}
.c-card_v2 .note {
  margin-top: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: calc(16 / 16 * 1rem);
}
@media only screen and (max-width: 768px) {
  .c-card_v2 .note {
    margin-top: 40px;
  }
}
@media screen and (min-width: 360px) {
  .c-card_v2 .note {
    font-size: calc(1.6666666667vw + 10px);
  }
}
@media screen and (min-width: 480px) {
  .c-card_v2 .note {
    font-size: calc(18 / 16 * 1rem);
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
.c-sub__buttom a {
  position: relative;
  display: block;
  background-color: #f1bd2f;
  border-radius: 5px;
  padding: 10px 1em;
  text-align: center;
  transition: all 0.3s;
}
.c-sub__buttom a .txt {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-sub__buttom a .txt {
    font-size: calc(0.4901960784vw + 10.2352941176px);
  }
}
@media screen and (min-width: 768px) {
  .c-sub__buttom a .txt {
    font-size: calc(14 / 16 * 1rem);
  }
}
.c-sub__buttom a .icon {
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 10px;
  transition: all 0.3s;
}
.c-sub__buttom a:hover {
  background-color: #2db6ac;
}
.c-sub__buttom a:hover .txt {
  color: #f0f0f0;
}
.c-sub__buttom a:hover .icon path {
  fill: #333232;
}

/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
.c-content-list__block .introduction {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .c-content-list__block .introduction {
    margin-top: 40px;
  }
}
.c-content-list__block .c-content-list {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .c-content-list__block .c-content-list {
    margin-top: 40px;
  }
}
.c-content-list__block .c-content-list .body_item:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .c-content-list__block .c-content-list .body_item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.c-content-list__block .c-content-list .content {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-content-list__block .c-content-list .content {
    margin-top: 20px;
  }
}
.c-content-list__block .c-content-list .content p:not(:first-of-type) {
  margin-top: 20px;
}
.c-content-list__block .c-content-list .content .img {
  margin-top: 20px;
}
.c-content-list__block .c-content-list .content .img_size {
  margin-top: 20px;
  max-width: 300px;
}
.c-content-list__block .c-content-list .content .img_size img {
  max-width: auto;
  width: auto;
}
.c-content-list__block .c-content-list .content.column {
  display: flex;
  justify-content: space-between;
}
.c-content-list__block .c-content-list .content.column .img_item {
  width: 355px;
}
.c-content-list__block .c-content-list .content.column .txt_item {
  flex: 1;
}
.c-content-list__block .c-content-list .content.column .txt_item .txt_item_inner {
  margin-left: 35px;
}
.c-content-list__block .c-content-list .content.column .txt_item .txt:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-content-list__block .c-content-list .content.column {
    display: block;
  }
  .c-content-list__block .c-content-list .content.column .img_item {
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
  }
  .c-content-list__block .c-content-list .content.column .txt_item {
    margin-top: 20px;
  }
  .c-content-list__block .c-content-list .content.column .txt_item .txt_item_inner {
    margin-left: 0px;
  }
}

.c-point {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .c-point {
    font-size: calc(1.6666666667vw + 10px);
  }
}
@media screen and (min-width: 480px) {
  .c-point {
    font-size: calc(18 / 16 * 1rem);
  }
}

.c-point-s {
  color: #338882;
}

.c-kadomaru-box {
  padding: 40px 40px;
  border-radius: 10px;
}
.c-kadomaru-box_green {
  background-color: #edf9e4;
}
.c-kadomaru-box_pink {
  background-color: #fbeef5;
}
.c-kadomaru-box_blue {
  background-color: #e1ecf5;
}
.c-kadomaru-box .c-kadomaru-box_wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-kadomaru-box .c-kadomaru-box_wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-kadomaru-box .c-kadomaru-box_wrapper .txt__item {
    margin-top: 30px;
  }
}

/*-- utilityフォルダの中の_index.scss --*/
/*------------------------------------

ユーティリティ いろいろ
※クラス名は旧テーマのまま（HTMLを変えないため）

---------------------------------*/
.display-none {
  display: none;
}

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

.fc-red {
  color: red;
}

.fc-main {
  color: #2db6ac;
}

.fc-accent {
  color: #f1bd2f;
}

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

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

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

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

/*------------------------------------

layout 上下マージンと上下パディング
//頻出するものだけ

---------------------------------*/
.u-pp-mt12080 {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .u-pp-mt12080 {
    margin-top: 80px;
  }
}

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

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

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

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

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

/*------------------------------------

ユーティリティ コンテンツの左余白（左柱レイアウト）

---------------------------------*/
.u-margin-left__base {
  margin-left: 11.6%;
}
@media only screen and (max-width: 768px) {
  .u-margin-left__base {
    margin-left: 0;
  }
}

.u-margin-left__small {
  margin-left: 7.08%;
}
@media only screen and (max-width: 768px) {
  .u-margin-left__small {
    margin-left: 0;
  }
}

.u-padding-left__base_keep {
  padding-left: 11.6%;
}
@media screen and (max-width: 768px) {
  .u-padding-left__base_keep {
    padding-left: 5%;
  }
}

.u-padding-left__small_keep {
  padding-left: 7.08%;
}
@media screen and (max-width: 768px) {
  .u-padding-left__small_keep {
    padding-left: 4%;
  }
}

/*------------------------------------

ユーティリティ リスト

---------------------------------*/
.u-list__disc > *:not([class]) {
  position: relative;
  padding-left: 1.5em;
}
.u-list__disc > *:not([class]):not(:first-of-type) {
  margin-top: 8px;
}
.u-list__disc > *:not([class])::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

/*-- layoutフォルダの中の_index.scss --*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
/* ++++++++++++++++++++++++++++++++++++++++++*/
html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #333232;
  letter-spacing: inherit;
  line-height: 1.75;
  background-color: #fafffc;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  margin: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
}

/*---------------------
//コンテナ
-----------------------*/
.l-main-container {
  max-width: 1180px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.l-container-840 {
  max-width: 820px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/*---------------------
//2階層目コンテナ（左右padding無し）
-----------------------*/
.l-container-980_in {
  max-width: 960px;
  width: auto;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}

.l-container-840_in {
  max-width: 820px;
  width: auto;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}

/*---------------------
ヘッダー用変数
-----------------------*/
/*------------------------------------
SPメニューメディアクエリ用切り替え設定 MIXIN
---------------------------------*/
.header-inner__wrapper {
  padding: 20.43px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 1470px) {
  .header-inner__wrapper {
    padding: 10px 0;
  }
}
.header-inner__wrapper .header-tel__block_pc {
  margin-left: auto;
}

.site-logo {
  width: 300px;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .site-logo {
    max-width: 197px;
  }
}

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

.header-gmenu__block_pc {
  width: 100%;
  padding: 1% 10px;
  border-bottom: solid 1px #eee;
}

.PC-gmenu {
  display: flex;
  justify-content: center;
  margin-left: -10px;
}
.PC-gmenu .lv1 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  margin-left: 10px;
}
.PC-gmenu .lv1 a {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
  display: block;
  padding: 1em 0;
  position: relative;
}
.PC-gmenu .lv1:hover > a:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #f1bd2f;
}

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

@media only screen and (max-width: 1470px) {
  .header-gmenu__block_pc {
    display: none;
  }
}
.sp-memu-display_onoff {
  display: none;
}

@media only screen and (max-width: 1470px) {
  .sp-memu-display_onoff {
    display: block;
  }
}
.sp-menu-cover {
  opacity: 0;
  pointer-events: none;
  right: -100%;
}
.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 全画面MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1470px) {
  .sp-menu-cover {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.92);
    height: 100vh;
    width: 100%;
    z-index: 1600;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
  }
  .sp-menu-cover .sp-gmenu_block {
    width: 80%;
    position: absolute;
    top: calc(50% - 183.5px);
    left: 10%;
  }
  .sp-menu-cover .sp-gmenu_block .g-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sp-menu-cover .sp-gmenu_block .g-menu li {
    width: 300px;
    margin-bottom: 20px;
  }
  .sp-menu-cover .sp-gmenu_block .g-menu a {
    display: block;
    background-color: #2db6ac;
    text-align: center;
    padding: 0.8em 1em;
    color: #fff;
    text-decoration: none;
  }
  .sp-menu-cover .sp-gmenu_block .g-menu a:visited, .sp-menu-cover .sp-gmenu_block .g-menu a:hover, .sp-menu-cover .sp-gmenu_block .g-menu a:active, .sp-menu-cover .sp-gmenu_block .g-menu a:focus {
    color: #fff;
    text-decoration: none;
  }
}
.SP-tel_block {
  max-width: 320px;
  margin: 40px auto 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
 開閉ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-button-wrap {
  position: relative;
  margin-left: 25px;
  width: 40px;
  height: 36px;
  z-index: 6010;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .nav-button-wrap {
    position: absolute;
    right: 20px;
  }
}
.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: #2db6ac;
}
.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: #2db6ac;
}
.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 {
  padding-top: 100px;
  background-color: #f2fcf9;
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 60px;
  }
}

.footer-top__field .foot-info-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: left;
}
.footer-top__field .foot-info-column > div {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .footer-top__field .foot-info-column {
    flex-wrap: wrap;
  }
  .footer-top__field .foot-info-column > div {
    width: 100%;
  }
  .footer-top__field .foot-info-column > div:not(:first-of-type) {
    margin-top: 40px;
  }
  .footer-top__field .foot-info-column .left {
    margin-top: 10px;
  }
}
.footer-top__field .foot-site-logo {
  max-width: 320px;
}
@media screen and (max-width: 1100px) {
  .footer-top__field .foot-site-logo {
    margin: 10px auto;
  }
}
.footer-top__field .foot-info-block .add {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 1100px) {
  .footer-top__field .foot-info-block .add {
    text-align: center;
  }
}
.footer-top__field .foot-info-block .tel {
  margin-top: 20px;
}
.footer-top__field .foot-info-block .tel span {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #2db6ac;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.footer-top__field .foot-info-block .tel a {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #2db6ac;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #2db6ac;
  text-decoration: none;
}
.footer-top__field .foot-info-block .tel a:visited, .footer-top__field .foot-info-block .tel a:hover, .footer-top__field .foot-info-block .tel a:active, .footer-top__field .foot-info-block .tel a:focus {
  color: #2db6ac;
  text-decoration: none;
}
.footer-top__field .foot-info-block .tel a:visited, .footer-top__field .foot-info-block .tel a:hover, .footer-top__field .foot-info-block .tel a:active, .footer-top__field .foot-info-block .tel a:focus {
  color: rgb(109.8810572687, 219.1189427313, 211.1453744493);
}
@media screen and (max-width: 1100px) {
  .footer-top__field .foot-info-block .tel {
    text-align: center;
  }
}
.footer-top__field .foot-info-txtblock .time-info {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.footer-top__field .foot-info-txtblock .time-info dl > div {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-top__field .foot-info-txtblock .time-info dl > div dt {
  min-width: 8em;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #2db6ac;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.footer-top__field .foot-info-txtblock .time-info dl > div > div {
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .footer-top__field .foot-info-txtblock .time-info {
    margin: 0 auto;
    margin-top: 0px;
    max-width: 480px;
  }
}
@media screen and (max-width: 510px) {
  .footer-top__field .foot-info-txtblock .time-info {
    max-width: 100%;
  }
  .footer-top__field .foot-info-txtblock .time-info dl dt {
    max-width: 100%;
  }
}

.footer-middle__field {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .footer-middle__field {
    margin-top: 80px;
  }
}
.footer-middle__field .access-map__block {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .footer-middle__field .access-map__block {
    margin-top: 40px;
  }
}
.footer-middle__field .sub-info__block {
  margin-top: 30px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .footer-middle__field .sub-info__block {
    margin-top: 20px;
  }
}
.footer-middle__field .sub-info__block p {
  display: inline-block;
}
.footer-middle__field .sub-info__block .access-guide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer-middle__field .sub-info__block .access-guide dt {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.footer-middle__field .sub-info__block .access-guide dd {
  margin-left: 15px;
}
.footer-middle__field .sub-info__block .access-guide > div {
  margin-top: 20px;
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 768px) {
  .footer-middle__field .sub-info__block .access-guide > div {
    width: 100%;
  }
}
.footer-middle__field .sub-info__block .access-guide_2 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-middle__field .sub-info__block .access-guide_2 {
    margin-top: 20px;
  }
}
.footer-middle__field .sub-info__block .access-guide_2 dt {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.footer-middle__field .sub-info__block .access-guide_2 dd {
  display: flex;
  justify-content: flex-start;
}
.footer-middle__field .sub-info__block .access-guide_2 dd .img_block {
  margin-top: 8px;
  flex: 0 0 calc(50% + 20px);
}
.footer-middle__field .sub-info__block .access-guide_2 dd .img_block .img {
  display: inline-block;
  width: calc(50% - 20px);
}
.footer-middle__field .sub-info__block .access-guide_2 dd .img_block .img:not(:first-of-type) {
  margin-left: 20px;
}
.footer-middle__field .sub-info__block .access-guide_2 dd .txt {
  flex: 1;
}
.footer-middle__field .sub-info__block .access-guide_2 dd .txt p {
  margin-left: 15px;
}
@media screen and (max-width: 1100px) {
  .footer-middle__field .sub-info__block .access-guide_2 dd {
    flex-wrap: wrap;
  }
  .footer-middle__field .sub-info__block .access-guide_2 dd .img_block {
    margin-top: 10px;
    flex: inherit;
    width: 100%;
  }
  .footer-middle__field .sub-info__block .access-guide_2 dd .txt {
    margin-top: 10px;
    width: 100%;
  }
  .footer-middle__field .sub-info__block .access-guide_2 dd .txt p {
    margin-left: 0px;
  }
}

.foot-credit_block {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .foot-credit_block {
    margin-top: 20px;
  }
}
.foot-credit_block .foot-credit_ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #2db6ac;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.foot-credit_block .foot-credit_txt {
  margin-left: 20px;
}
.foot-credit_block .card-img_list {
  display: flex;
}
.foot-credit_block .card-img_list li {
  margin-top: 10px;
  padding-right: 20px;
}
.foot-credit_block .card-img_list li img {
  max-height: 20px;
}
.foot-credit_block .foot-credit_txt {
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .foot-credit_block .foot-credit_txt {
    margin-top: 8px;
  }
}

/*-----------------------*/
.footer-under__field {
  margin-top: 100px;
  position: relative;
  background: #2db6ac;
  padding: 20px 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer-under__field {
    margin-top: 80px;
  }
}

.copyright {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: white;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.footer-pageup__block {
  --pageup-field-height: 45px;
}
@media screen and (max-width: 768px) {
  .footer-pageup__block .l-main-container {
    padding: 0;
  }
}
.footer-pageup__block .footer-pageup {
  display: block;
  position: absolute;
  top: calc(var(--pageup-field-height) / -2 - 20px);
  right: 0;
}

/*-- projectフォルダの中の_index.scss --*/
/*--------------------------------

HOME

---------------------------------*/
.mainimg-area {
  margin-top: 20px;
  position: relative;
  height: auto;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mainimg-area {
    margin-top: 10px;
  }
}
.mainimg-area picture img {
  border-radius: 10px;
}
.mainimg-area .caption {
  font-style: normal;
  font-weight: 700;
  font-size: calc(28 / 16 * 1rem);
  color: #2db6ac;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: calc(14 / 16 * 1rem);
  padding: 20px 10.91%;
  background-color: #fafffc;
  border-radius: 10px;
  display: inline-block;
  margin: -40px;
  white-space: nowrap;
}
@media screen and (min-width: 360px) {
  .mainimg-area .caption {
    font-size: calc(2.9411764706vw + 3.4117647059px);
  }
}
@media screen and (min-width: 768px) {
  .mainimg-area .caption {
    font-size: calc(26 / 16 * 1rem);
  }
}
@media screen and (max-width: 768px) {
  .mainimg-area .caption {
    padding: 5% 5.91%;
  }
}

/*------------------------------------
//お知らせ
---------------------------------*/
.p-home-news__area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-home-news__area {
    margin-top: 50px;
  }
}
.p-home-news__area .p-home-news__body {
  margin: 50px auto 0;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .p-home-news__area .p-home-news__body {
    margin-top: 30px;
  }
}
.p-home-news__area .p-home-news__body .home-news-list > div {
  display: flex;
  padding: 1em;
  padding-bottom: 40px;
}
.p-home-news__area .p-home-news__body .home-news-list > div:not(:first-of-type) {
  padding-top: 40px;
}
.p-home-news__area .p-home-news__body .home-news-list > div:not(:last-of-type) {
  border: dotted 1px #585858;
  border-width: 0 0 1px 0;
}
.p-home-news__area .p-home-news__body .home-news-list > div dt {
  flex: 0 0 150px;
}
.p-home-news__area .p-home-news__body .home-news-list > div .days {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.p-home-news__area .p-home-news__body .home-news-list > div dd {
  flex: 1;
}
.p-home-news__area .p-home-news__body .home-news-list > div dd a {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-home-news__area .p-home-news__body .home-news-list > div {
    display: block;
    padding: 0;
    padding-bottom: 20px;
  }
  .p-home-news__area .p-home-news__body .home-news-list > div:not(:first-of-type) {
    padding-top: 20px;
  }
  .p-home-news__area .p-home-news__body .home-news-list > div .days {
    display: inline-block;
    position: relative;
  }
  .p-home-news__area .p-home-news__body .home-news-list > div .days::after {
    content: "";
    display: block;
    border-top: 1px solid #2db6ac;
    width: 10px;
  }
}

/*------------------------------------
//５つのお約束
---------------------------------*/
.p-home-promise__area {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .p-home-promise__area {
    margin-top: 50px;
  }
}

.p-home-promise__body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-home-promise__body {
    margin-top: 30px;
  }
}
.p-home-promise__body .p-home-promise__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -35px;
}
.p-home-promise__body .p-home-promise__list::before, .p-home-promise__body .p-home-promise__list:after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.p-home-promise__body .p-home-promise__list::before {
  order: 1;
}
.p-home-promise__body .p-home-promise__list li {
  margin-top: 35px;
  width: calc((100% - 70px) / 3);
  background-color: azure;
  border: solid 2px #2db6ac;
  border-radius: 5px;
}
.p-home-promise__body .p-home-promise__list li .card {
  position: relative;
  padding: 43px 15px 25px 15px;
}
.p-home-promise__body .p-home-promise__list li .card .icon_item {
  width: 45px;
  position: absolute;
  background-color: #ffffff;
  top: -10px;
  left: -15px;
  border: solid 3px #2db6ac;
  border-radius: 5px;
}
.p-home-promise__body .p-home-promise__list li .card .ttl_item {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .p-home-promise__body .p-home-promise__list li .card .ttl_item {
    font-size: calc(0.4901960784vw + 14.2352941176px);
  }
}
@media screen and (min-width: 768px) {
  .p-home-promise__body .p-home-promise__list li .card .ttl_item {
    font-size: calc(18 / 16 * 1rem);
  }
}
.p-home-promise__body .p-home-promise__list li .card .img_item {
  margin: 8px 0;
}
.p-home-promise__body .p-home-promise__list li .card .img_item img {
  border-radius: 5px;
}
.p-home-promise__body .p-home-promise__list li .card .txt_item {
  margin-top: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .p-home-promise__body .p-home-promise__list li .card .txt_item {
    font-size: calc(1.6666666667vw + 6px);
  }
}
@media screen and (min-width: 480px) {
  .p-home-promise__body .p-home-promise__list li .card .txt_item {
    font-size: calc(14 / 16 * 1rem);
  }
}
.p-home-promise__body .p-home-promise__list li .card .button_item {
  margin-top: 25px;
}
@media screen and (max-width: 980px) {
  .p-home-promise__body .p-home-promise__list::before, .p-home-promise__body .p-home-promise__list:after {
    width: calc((100% - 35px) / 2);
  }
  .p-home-promise__body .p-home-promise__list li {
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-home-promise__body .p-home-promise__list::before, .p-home-promise__body .p-home-promise__list:after {
    content: none;
  }
  .p-home-promise__body .p-home-promise__list li {
    width: 100%;
  }
}

/*------------------------------------
//院長プロフィール
---------------------------------*/
.p-home-profile__area {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .p-home-profile__area {
    margin-top: 50px;
  }
}
.p-home-profile__area .p-home-profile__header {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-home-profile__area .p-home-profile__header {
    margin-top: 40px;
  }
}
.p-home-profile__area .p-home-profile__header .profile_name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(25 / 16 * 1rem);
  color: #494949;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-home-profile__area .p-home-profile__header .profile_name .name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #494949;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .p-home-profile__area .p-home-profile__header .profile_name .name {
    font-size: calc(2.4509803922vw + 11.1764705882px);
  }
}
@media screen and (min-width: 768px) {
  .p-home-profile__area .p-home-profile__header .profile_name .name {
    font-size: calc(30 / 16 * 1rem);
  }
}

.p-home-profile__body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-home-profile__body {
    margin-top: 40px;
  }
}
.p-home-profile__body .p-home-profile__img figure img {
  border-radius: 5px;
}
.p-home-profile__body .doctor-career-list {
  margin-left: 3em;
}
.p-home-profile__body .doctor-career-list .dltable-set::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-home-profile__body .doctor-career-list {
    margin-left: 0;
  }
  .p-home-profile__body .doctor-career-list .dltable-set dt {
    padding: 22.5px 23px 0px;
  }
}
.p-home-profile__body .doctor-letter-block {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-home-profile__body .doctor-letter-block {
    margin-top: 40px;
  }
}
.p-home-profile__body .doctor-letter-block .txt {
  margin-top: 30px;
}

.p-home-shisyu__area,
.p-home-ninpu__area,
.p-home-renkei__area,
.p-home-facility__area {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-home-shisyu__area,
  .p-home-ninpu__area,
  .p-home-renkei__area,
  .p-home-facility__area {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-shisyu__area,
  .p-home-ninpu__area,
  .p-home-renkei__area,
  .p-home-facility__area {
    margin-bottom: 40px;
  }
}

.c-kadomaru-box_lightblue {
  background-color: #e1ecf5;
}

/*--------------------------------

Pain 痛みを最小に

---------------------------------*/
/*------------------------------------
//痛みを最小限に抑える治療
---------------------------------*/
.p-pain-content__area .p-pain-content__body {
  margin-top: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: calc(14 / 16 * 1rem);
}
@media only screen and (max-width: 768px) {
  .p-pain-content__area .p-pain-content__body {
    margin-top: 40px;
  }
}
.p-pain-content__area .p-pain-content__body p:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .p-pain-content__area .p-pain-content__body {
    font-size: calc(1.6666666667vw + 8px);
  }
}
@media screen and (min-width: 480px) {
  .p-pain-content__area .p-pain-content__body {
    font-size: calc(16 / 16 * 1rem);
  }
}

.p-pain-list__area {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .p-pain-list__area {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .p-pain-list__area {
    margin-bottom: 80px;
  }
}
.p-pain-list__area .p-pain-list {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-pain-list__area .p-pain-list {
    margin-top: 40px;
  }
}
.p-pain-list__area .p-pain-list li:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-pain-list__area .p-pain-list li:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-pain-list__area .p-pain-list .content {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .p-pain-list__area .p-pain-list .content {
    margin-top: 20px;
  }
}
.p-pain-list__area .p-pain-list .content p:not(:first-of-type) {
  margin-top: 20px;
}
.p-pain-list__area .p-pain-list .content figure img {
  max-width: auto;
  width: auto;
}

/*--------------------------------

セラミック治療 ceramic

---------------------------------*/
.ceramic {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .ceramic {
    margin-bottom: 80px;
  }
}

/*------------------------------------
//セラミック治療
---------------------------------*/
.p-ceramic-content__area .p-ceramic-content__body {
  margin-top: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: calc(14 / 16 * 1rem);
}
@media only screen and (max-width: 768px) {
  .p-ceramic-content__area .p-ceramic-content__body {
    margin-top: 40px;
  }
}
.p-ceramic-content__area .p-ceramic-content__body p:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 360px) {
  .p-ceramic-content__area .p-ceramic-content__body {
    font-size: calc(1.6666666667vw + 8px);
  }
}
@media screen and (min-width: 480px) {
  .p-ceramic-content__area .p-ceramic-content__body {
    font-size: calc(16 / 16 * 1rem);
  }
}
.p-ceramic-content__area .p-ceramic-content__body .c-point {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (min-width: 360px) {
  .p-ceramic-content__area .p-ceramic-content__body .c-point {
    font-size: calc(1.6666666667vw + 10px);
  }
}
@media screen and (min-width: 480px) {
  .p-ceramic-content__area .p-ceramic-content__body .c-point {
    font-size: calc(18 / 16 * 1rem);
  }
}
.p-ceramic-content__area .p-ceramic-content__body .c-point .c-point-s {
  color: #338882;
}

.p-ceramic-list__area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-ceramic-list__area {
    margin-top: 80px;
  }
}
.p-ceramic-list__area .body_item .content .txt_item_inner {
  position: relative;
}
.p-ceramic-list__area .body_item .content .txt_item_inner .txt:first-of-type {
  margin-top: 16px;
}

.p-ceramic-list_balloon {
  position: relative;
  background: #55aa5b;
  border-radius: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 1em 1em;
}
.p-ceramic-list_balloon.pc-leftarrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  border: 10px solid transparent;
  border-right: 10px solid #55aa5b;
}
@media screen and (max-width: 768px) {
  .p-ceramic-list_balloon.pc-leftarrow:after {
    display: none;
  }
}
.p-ceramic-list_balloon.pc-noarrow {
  margin-top: 16px;
  background: #55aa5b;
  border-radius: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 1em 1em;
}

/*------------------------------------
//3.治療の種類
---------------------------------*/
.p-ceramic-treatment__area {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-ceramic-treatment__area {
    margin-top: 60px;
  }
}
.p-ceramic-treatment__area .major_ttl {
  margin-top: 30px;
  color: #338882;
}
@media only screen and (max-width: 768px) {
  .p-ceramic-treatment__area .major_ttl {
    margin-top: 10px;
  }
}
.p-ceramic-treatment__area .sub_ttl {
  margin-top: 30px;
  color: #338882;
}
@media only screen and (max-width: 768px) {
  .p-ceramic-treatment__area .sub_ttl {
    margin-top: 10px;
  }
}
.p-ceramic-treatment__area .p-ceramic-treatment__major-item:not(:first-of-type) {
  margin-top: 140px;
}
.p-ceramic-treatment__area .p-ceramic-treatment__list {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-ceramic-treatment__area .p-ceramic-treatment__list {
    margin-top: 40px;
  }
}
.p-ceramic-treatment__area .p-ceramic-treatment__list .p-ceramic-treatment_item:not(:first-of-type) {
  margin-top: 60px;
}
.p-ceramic-treatment__area .p-ceramic-treatment__list .evaluation_block {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .p-ceramic-treatment__area .p-ceramic-treatment__list .evaluation_block {
    margin-top: 10px;
  }
}
.p-ceramic-treatment__area .p-ceramic-treatment__list .evaluation_block dl {
  display: flex;
}
.p-ceramic-treatment__area .p-ceramic-treatment__list .evaluation_block dt {
  margin-right: 1em;
}
.p-ceramic-treatment__area .p-ceramic-treatment__list .evaluation_block dd {
  color: #338882;
  margin-right: 1em;
}

/*--------------------------------

入れ歯治療 denture
※本文レイアウトはページ側HTMLが p-ceramic-* / p-pain-* クラスを
  共用しているため、このファイルはページ余白のみ
  （旧テーマの .p-denture-list 系セレクタはHTML未使用のため移植していない）

---------------------------------*/
.denture {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .denture {
    margin-bottom: 80px;
  }
}

/*--------------------------------

医院案内 clinic-guide
※冒頭本文はページ側HTMLが p-pain-content__body を共用
  （旧テーマの .p-clinic-guide__area セレクタはHTML未使用のため移植していない）

---------------------------------*/
.clinic-guide {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .clinic-guide {
    margin-bottom: 80px;
  }
}

.p-clinic-guide-photo__area:not(:first-of-type) {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-clinic-guide-photo__area:not(:first-of-type) {
    margin-top: 80px;
  }
}
.p-clinic-guide-photo__area .p-clinic-guide-photo__body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-clinic-guide-photo__area .p-clinic-guide-photo__body {
    margin-top: 40px;
  }
}

/*--------------------------------

404

---------------------------------*/
.p-404__area {
  margin-top: 60px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .p-404__area {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-404__area {
    padding-bottom: 100px;
  }
}

.p-404__body .nf404 {
  font-family: "Roboto", sans-serif;
  margin-top: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(40 / 16 * 1rem);
  color: #333232;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-size: calc(18 / 16 * 1rem);
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .p-404__body .nf404 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 360px) {
  .p-404__body .nf404 {
    font-size: calc(5.3921568627vw + -1.4117647059px);
  }
}
@media screen and (min-width: 768px) {
  .p-404__body .nf404 {
    font-size: calc(40 / 16 * 1rem);
  }
}
.p-404__body p {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-404__body p {
    margin-top: 40px;
  }
}
