@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
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, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

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

nav ul,
li {
  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; }

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

input, select {
  vertical-align: middle; }

/* -----------------------------------------------------------------------
ress +
------------------------------------------------------------------------- */
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

b, strong {
  font-weight: bolder; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/*focus style */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

/* -----------------------------------------------------------------------
add
------------------------------------------------------------------------- */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit; }

/*safari*/
* {
  min-height: 0vw; }

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #333;
  --pointCl01:#de9d58;
  --lineCl01:#dedede;
  --lineCl02:#c7b2a0;
  --lineCl03:#ddd3ca;
  --txtCl01:#4d412c;
  --bgCl01:#f9f5ea;
  --bgCl02:#fcec99;
  --bgCl03:#fff5c1;
  --bgCl04:#ffe57b;
  --bgCl05:#faf4dc;
  --kadomaru:20px;
  --kadomarusp:10px;
  --kadomaruL:60px;
  --kadomaruLsp:30px;
  --kadomaruM:30px;
  --kadomaruMsp:15px;
  --kadomaruImg:25px;
  --hdrH:96px;
  --hdrHsp:56px;
  --trTime: .5s;
  --spMaxW:350px; }

@media screen and (min-width: 1220px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1220px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1220px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1219px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

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

@media screen and (min-width: 1220px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

.wrapBoxW, #mainTitle .inner, #container.second section, #mainImage #mainTxt, #container.toppage #top--about, #container.toppage #top--faq,
.wrapBox,
.wrapBoxC,
.wrapBoxS, #container #topColumn, #container.blog #blogIndex,
#container.blog #blogDetail {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .wrapBoxW, #mainTitle .inner, #container.second section, #mainImage #mainTxt, #container.toppage #top--about, #container.toppage #top--faq,
    .wrapBox,
    .wrapBoxC,
    .wrapBoxS, #container #topColumn, #container.blog #blogIndex,
    #container.blog #blogDetail {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1220px-----------*/
.wrapBoxW {
  width: 1280px; }

/* box --1160px-----------*/
#mainTitle .inner, #container.second section, #mainImage #mainTxt, #container.toppage #top--about, #container.toppage #top--faq,
.wrapBox {
  width: 1220px; }

/* box --1100px-----------*/
.wrapBoxC {
  width: 1160px; }

/* box --1080px-----------*/
.wrapBoxS {
  width: 1140px; }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.4rem; } }

body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em; }

input {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R,
.font01B, #container.toppage #top--pediatric .wrapBoxW .txt h2, #container.toppage #top--orthodontic .wrapBoxW .txt h2, #container.toppage #top--faq h2, #container.second.about #about--lead .txt h2, #container.second.about #about--equipment h2, #container.second.pediatric_dentistry #pediatric--01 .txt h3, #container.second.pediatric_dentistry #pediatric--02 h3, #container.second.pediatric_dentistry #pediatric--03 h3, #container.second.pediatric_dentistry #pediatric--04 .bdBox h2, #container.second.orthodontic #orthodontic--lead .inner .txt h3, #container.second.orthodontic #orthodontic--flow h3, #container.second.orthodontic #orthodontic--case .inner .txt h3, #container.second.pediatric_dentistry #pediatric--01 .txt h2, #container.second.pediatric_dentistry #pediatric--02 .inner .txt h2, #container.second.pediatric_dentistry #pediatric--03 .inner .txt h2, #container.second.orthodontic #orthodontic--lead .inner .txt h2, #container.second.orthodontic #orthodontic--cause .inner .txt h2, #container.second.orthodontic #orthodontic--flow h2, #container.second.orthodontic #orthodontic--price h2, #container.second.orthodontic #orthodontic--case h2, #container.second.access #access--detail h2, .cAccBox dl dt, .cAccBox dl dt span, header nav > ul > li > a, header nav .hdrTel p, footer #ftrIn .ftrInTit, footer #ftrBtm nav .ftrNav01 > li > a,
footer #ftrBtm nav .ftrNav02 > li > a, #mainTitle .inner .pageTitle, .spNav ul li a, .spNavBtm .tel p, #container.toppage #top--about h2, #container.toppage #top--news .wrapBoxS .tit h2, #container.second.about #about--profile .inner01 .name,
#container.second.about #about--profile .inner02 .name, #container.second.about #about--profile .inner01 dl dt,
#container.second.about #about--profile .inner02 dl dt, #container.second.pediatric_dentistry #pediatric--02 h4, #container .cBlogList li .sub .date, #container.blog #blogDetail .blogTitle div.sub .date, #container #toc_container .toc_title, #container .pageNav ul li a, #container #topColumn h2, #side .sideBox .sideTit {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em; }

input[type="checkbox"],
input[type="radio"],
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em; }

.font01R {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
#container.toppage #top--news .bgBox, #container.second.about #about--profile {
  width: 1280px;
  max-width: calc(100% - 60px);
  border-radius: var(--kadomaruL);
  background-color: var(--bgCl01);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news .bgBox, #container.second.about #about--profile {
      width: 100%;
      max-width: none;
      border-radius: var(--kadomaruLsp); } }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #top--pediatric .wrapBoxW .txt h2, #container.toppage #top--orthodontic .wrapBoxW .txt h2 {
  text-align: left;
  font-size: clamp(28px, 3.361vw, 41px);
  letter-spacing: 0.025em;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--pediatric .wrapBoxW .txt h2, #container.toppage #top--orthodontic .wrapBoxW .txt h2 {
      text-align: center;
      margin-bottom: 20px; } }

#container.toppage #top--faq h2 {
  text-align: center;
  font-size: clamp(25px, 2.951vw, 36px);
  letter-spacing: 0.025em;
  margin-bottom: 50px; }

#container.second.about #about--lead .txt h2, #container.second.about #about--equipment h2 {
  text-align: left;
  font-size: clamp(21px, 2.623vw, 32px);
  line-height: calc(52/32);
  letter-spacing: 0.025em;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #container.second.about #about--lead .txt h2, #container.second.about #about--equipment h2 {
      text-align: center;
      margin-bottom: 20px; } }

#container.second.pediatric_dentistry #pediatric--01 .txt h3, #container.second.pediatric_dentistry #pediatric--02 h3, #container.second.pediatric_dentistry #pediatric--03 h3, #container.second.pediatric_dentistry #pediatric--04 .bdBox h2, #container.second.orthodontic #orthodontic--lead .inner .txt h3, #container.second.orthodontic #orthodontic--flow h3, #container.second.orthodontic #orthodontic--case .inner .txt h3 {
  text-align: left;
  font-size: clamp(20px, 2.131vw, 26px);
  line-height: calc(52/32);
  letter-spacing: 0.025em;
  margin-bottom: 20px; }

#container.second.pediatric_dentistry #pediatric--01 .txt h2, #container.second.pediatric_dentistry #pediatric--02 .inner .txt h2, #container.second.pediatric_dentistry #pediatric--03 .inner .txt h2, #container.second.orthodontic #orthodontic--lead .inner .txt h2, #container.second.orthodontic #orthodontic--cause .inner .txt h2, #container.second.orthodontic #orthodontic--flow h2, #container.second.orthodontic #orthodontic--price h2, #container.second.orthodontic #orthodontic--case h2, #container.second.access #access--detail h2 {
  text-align: left;
  padding-left: 40px;
  font-size: clamp(21px, 2.623vw, 32px);
  line-height: calc(52/32);
  letter-spacing: 0.025em;
  margin-bottom: 30px;
  position: relative; }
  #container.second.pediatric_dentistry #pediatric--01 .txt h2::before, #container.second.pediatric_dentistry #pediatric--02 .inner .txt h2::before, #container.second.pediatric_dentistry #pediatric--03 .inner .txt h2::before, #container.second.orthodontic #orthodontic--lead .inner .txt h2::before, #container.second.orthodontic #orthodontic--cause .inner .txt h2::before, #container.second.orthodontic #orthodontic--flow h2::before, #container.second.orthodontic #orthodontic--price h2::before, #container.second.orthodontic #orthodontic--case h2::before, #container.second.access #access--detail h2::before {
    content: "";
    display: block;
    width: 24px;
    height: 6px;
    background-color: var(--bgCl04);
    position: absolute;
    top: 0.75em;
    left: 0; }

/*--------------------------------------------------------------------
3. text
---------------------------------------------------------------------*/
/* sp common
------------------------------------------------------*/
/* link
------------------------------------------------------*/
#container.second section p a.txtlink, #container.second section li a.txtlink, #container.second section td a.txtlink, #container.second section dd a.txtlink {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second section p a.txtlink::after, #container.second section li a.txtlink::after, #container.second section td a.txtlink::after, #container.second section dd a.txtlink::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime);
    opacity: 0; }
  #container.second section p a.txtlink:hover::after, #container.second section li a.txtlink:hover::after, #container.second section td a.txtlink:hover::after, #container.second section dd a.txtlink:hover::after {
    opacity: 1; }

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
/* normal mark
------------------------------------------------------*/
ul.cList01 > li, #container.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.privacy section ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

/* att mark※
------------------------------------------------------*/
ul.cListAtt01 > li, footer #ftrIn .ftrInInfo ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAtt01 > li::before, footer #ftrIn .ftrInInfo ul > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

/* att mark
------------------------------------------------------*/
ul.cAtt01 > li, #container.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cAtt01 > li::before, #container.privacy section ul.att > li::before {
    content: "*";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/* numberlist type01 (num + .)
------------------------------------------------------*/
ol.cNumList01, #container.privacy section ol {
  counter-reset: num01; }
  ol.cNumList01 > li, #container.privacy section ol > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList01 > li::before, #container.privacy section ol > li::before {
      counter-increment: num01;
      content: counter(num01) ".";
      position: absolute;
      top: 0;
      left: 0; }

/*--------------------------------------------------------------------
5. table
---------------------------------------------------------------------*/
table.cTb01, #form table, #container.second.orthodontic #orthodontic--price .priceTbBox table {
  width: 100%;
  border-top: var(--lineCl02) 1px solid; }
  table.cTb01 th, #form table th, #container.second.orthodontic #orthodontic--price .priceTbBox table th, table.cTb01 td, #form table td, #container.second.orthodontic #orthodontic--price .priceTbBox table td {
    border-bottom: var(--lineCl02) 1px solid;
    padding: 25px 15px;
    text-align: left;
    vertical-align: top;
    position: relative;
    font-size: clamp(16px, 1.393vw, 17px);
    line-height: 1.75; }
  table.cTb01 th, #form table th, #container.second.orthodontic #orthodontic--price .priceTbBox table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, #container.second.orthodontic #orthodontic--price .priceTbBox table th, table.cTb01 td, #form table td, #container.second.orthodontic #orthodontic--price .priceTbBox table td {
      display: list-item;
      list-style-type: none;
      padding: 15px 0; }
    table.cTb01 th, #form table th, #container.second.orthodontic #orthodontic--price .priceTbBox table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td, #container.second.orthodontic #orthodontic--price .priceTbBox table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage #top--about .btn a, #container.toppage #top--pediatric .wrapBoxW .txt .btn a, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a {
  display: block;
  width: 300px;
  height: 70px;
  max-width: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden; }
  #container.toppage #top--about .btn a::before, #container.toppage #top--pediatric .wrapBoxW .txt .btn a::before, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a::before, #container.toppage #top--about .btn a::after, #container.toppage #top--pediatric .wrapBoxW .txt .btn a::after, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    left: 0; }
  #container.toppage #top--about .btn a::before, #container.toppage #top--pediatric .wrapBoxW .txt .btn a::before, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a::before {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s ease;
    transition-property: transform;
    z-index: 2; }
  #container.toppage #top--about .btn a::after, #container.toppage #top--pediatric .wrapBoxW .txt .btn a::after, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a::after {
    z-index: 1; }
  #container.toppage #top--about .btn a span.btn-txt, #container.toppage #top--pediatric .wrapBoxW .txt .btn a span.btn-txt, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a span.btn-txt {
    display: block;
    line-height: 68px;
    padding-left: 35px;
    text-align: left;
    font-size: 1em;
    position: relative;
    z-index: 5;
    transition: color .3s; }
  #container.toppage #top--about .btn a span.btn-arw, #container.toppage #top--pediatric .wrapBoxW .txt .btn a span.btn-arw, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a span.btn-arw {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    margin-right: 20px;
    z-index: 6; }
  #container.toppage #top--about .btn a:hover::before, #container.toppage #top--pediatric .wrapBoxW .txt .btn a:hover::before, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
#container.toppage #top--about .btn a::before, #container.toppage #top--pediatric .wrapBoxW .txt .btn a::before, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a::before {
  border-color: #dd9c5d;
  background-color: #dd9c5d; }
#container.toppage #top--about .btn a::after, #container.toppage #top--pediatric .wrapBoxW .txt .btn a::after, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a::after {
  border-color: var(--lineCl02);
  background-color: #fff; }
#container.toppage #top--about .btn a span.btn-txt, #container.toppage #top--pediatric .wrapBoxW .txt .btn a span.btn-txt, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a span.btn-txt {
  color: var(--txBody); }
#container.toppage #top--about .btn a span.btn-arw, #container.toppage #top--pediatric .wrapBoxW .txt .btn a span.btn-arw, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a span.btn-arw {
  background-image: url("../images/ico_arw_01_or.svg"); }
#container.toppage #top--about .btn a:hover span.btn-txt, #container.toppage #top--pediatric .wrapBoxW .txt .btn a:hover span.btn-txt, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #top--about .btn a:hover span.btn-arw, #container.toppage #top--pediatric .wrapBoxW .txt .btn a:hover span.btn-arw, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a:hover span.btn-arw {
  background-image: url("../images/ico_arw_01_wh.svg"); }
@media screen and (max-width: 767px) {
  #container.toppage #top--about .btn a, #container.toppage #top--pediatric .wrapBoxW .txt .btn a, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a {
    width: 240px;
    height: 60px;
    margin: 0 auto; }
    #container.toppage #top--about .btn a span.btn-txt, #container.toppage #top--pediatric .wrapBoxW .txt .btn a span.btn-txt, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a span.btn-txt {
      line-height: 59px;
      font-size: calc(17/16 *1em); }
    #container.toppage #top--about .btn a span.btn-arw, #container.toppage #top--pediatric .wrapBoxW .txt .btn a span.btn-arw, #container.toppage #top--orthodontic .wrapBoxW .txt .btn a span.btn-arw {
      width: 23px;
      height: 23px; } }

/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px; }

/* -----------------------------------------
-- accordion
-- tab
-- modal
-- slide
-- form
----------------------------------------- */
/*--------------------------------------------------------------------
accordion
---------------------------------------------------------------------*/
.cAccBox {
  max-width: 100%;
  margin: 0 auto; }
  .cAccBox dl + dl {
    margin-top: 20px; }
  .cAccBox dl {
    border: var(--lineCl02) 2px solid;
    border-radius: 15px;
    background-color: #fff; }
    .cAccBox dl dt {
      padding: 25px 70px 20px 60px;
      text-align: left;
      cursor: pointer;
      position: relative;
      font-size: clamp(15px, 1.475vw, 18px);
      line-height: calc(52/30); }
      .cAccBox dl dt span {
        display: block;
        width: 1em;
        color: var(--pointCl01);
        font-size: clamp(18px, 1.803vw, 22px);
        line-height: 1;
        position: absolute;
        top: 30px;
        left: 30px; }
      .cAccBox dl dt::before, .cAccBox dl dt::after {
        content: "";
        display: block;
        width: 16px;
        height: 3px;
        background-color: var(--txBody);
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 20px;
        transition: .3s; }
      .cAccBox dl dt::after {
        transform: rotate(270deg); }
      .cAccBox dl dt.open::after {
        transform: rotate(0); }
    .cAccBox dl dd {
      display: none; }
    .cAccBox dl dd .inner {
      padding: 0 70px 30px 30px; }
  @media screen and (max-width: 767px) {
    .cAccBox dl + dl {
      margin-top: 20px; }
    .cAccBox dl {
      border: var(--lineCl02) 1px solid;
      border-radius: 10px; }
      .cAccBox dl dt {
        padding: 20px 35px 20px 50px; }
        .cAccBox dl dt span {
          top: 25px;
          left: 20px; }
        .cAccBox dl dt::before, .cAccBox dl dt::after {
          width: 10px;
          height: 2px;
          margin-right: 15px; }
      .cAccBox dl dd {
        display: none; }
      .cAccBox dl dd .inner {
        padding: 0 25px 10px 25px; } }

/*--------------------------------------------------------------------
form
---------------------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 0;
  top: -1px; }

/*--必須--*/
#form table th > span {
  display: inline-block;
  width: 38px;
  height: 16px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #fe8b68;
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    #form table {
      margin-bottom: liquid2(80); } }
  @media screen and (max-width: 767px) {
    #form table {
      margin-bottom: 40px; } }
  #form table th,
  #form table td {
    line-height: calc(40/18); }
  #form table th {
    width: 250px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.475vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table th > div {
    margin-top: 5px;
    font-size: clamp(14px, 1.311vw, 16px);
    text-align: left;
    line-height: 19px;
    line-height: calc(28/14); }
  #form table th > div.inline {
    display: inline-block;
    margin-left: 1em; }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-bottom: 20px; }
    #form table td {
      padding-left: 0;
      padding-bottom: 25px;
      font-size: 1.5rem; } }
  #form table td.chk label {
    display: block; }
  #form table td.name div {
    width: 50%;
    float: left;
    padding-right: 10px; }
    #form table td.name div + div {
      padding-left: 10px;
      padding-right: 0; }
    @media screen and (max-width: 767px) {
      #form table td.name div {
        width: auto;
        float: none;
        padding-right: 0; }
        #form table td.name div + div {
          padding-left: 0;
          padding-right: 0;
          padding-top: 15px; } }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.393vw, 17px); }
  #form table ::placeholder {
    color: #bbbbbb; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  background-color: #eff2ed;
  border-radius: 5px;
  padding: 12px 10px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #form input[type="text"],
    #form input[type="email"],
    #form input[type="url"],
    #form input[type="tel"],
    #form textarea {
      padding: 10px;
      font-size: 16px; } }
#form textarea {
  height: 10em; }
#form select {
  background: #dcdcdc url("../images/select.svg") no-repeat scroll 95% 50%/15px auto;
  border-radius: 5px;
  padding: 10px 7px;
  position: relative;
  width: 310px;
  max-width: 100%; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  display: block;
  width: 360px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--pointCl01) 1px solid;
  color: var(--pointCl01);
  font-size: clamp(15px, 1.393vw, 17px);
  text-align: center;
  line-height: 70px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover {
    background-color: var(--pointCl01);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a {
      width: 260px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem; } }

#form .formBtn {
  text-align: center; }

#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  margin: 0 auto;
  transition: var(--trTime); }
  #form .formBtn button.back, #form .formBtn button.back + button, #form .formBtn button.back + input,
  #form .formBtn input.back,
  #form .formBtn input.back + button,
  #form .formBtn input.back + input,
  .btnThanks a.back,
  .btnThanks a.back + button,
  .btnThanks a.back + input {
    display: inline-block;
    width: 330px;
    max-width: calc((100% - 60px)/2); }
  #form .formBtn button.back + button, #form .formBtn button.back + input,
  #form .formBtn input.back + button,
  #form .formBtn input.back + input,
  .btnThanks a.back + button,
  .btnThanks a.back + input {
    margin-left: 50px; }
  @media screen and (max-width: 767px) {
    #form .formBtn button.back, #form .formBtn button.back + button, #form .formBtn button.back + input,
    #form .formBtn input.back,
    #form .formBtn input.back + button,
    #form .formBtn input.back + input,
    .btnThanks a.back,
    .btnThanks a.back + button,
    .btnThanks a.back + input {
      max-width: calc((100% - 50px)/2); }
    #form .formBtn button.back + button, #form .formBtn button.back + input,
    #form .formBtn input.back + button,
    #form .formBtn input.back + input,
    .btnThanks a.back + button,
    .btnThanks a.back + input {
      margin-left: 20px; } }

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    .btnThanks {
      padding: 6.8966% 0 6.8966%; } }
  @media screen and (max-width: 767px) {
    .btnThanks {
      padding: 40px 0 40px; } }

#container .mw_wp_form_input .formBtn.input {
  display: block; }
#container .mw_wp_form_input .formBtn.confirm {
  display: none; }
#container .mw_wp_form_confirm .formBtn.input {
  display: none; }
#container .mw_wp_form_confirm .formBtn.confirm {
  display: block; }

.wpcf7-list-item {
  display: block !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em !important;
  padding: 1em !important; }

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: transparent !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border-color: transparent !important;
  color: red !important;
  text-align: center !important; }

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  border-color: transparent !important;
  font-size: 12px;
  color: red !important; }

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  padding-bottom: 30px; }

/*-----------------------------------------------------
base setting
--------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.iphone body,
.ipad body,
.ipod body {
  cursor: pointer; }

*:focus {
  outline: none; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: var(--bgBody);
  color: var(--txBody); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  height: 100%; }

body {
  width: 100%;
  text-align: center; }

a {
  color: var(--txBody);
  text-decoration: none;
  transition: all var(--trTime); }

strong {
  font-weight: bold; }

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic; }

#wrapper {
  position: relative; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
.wrapBoxW, #mainTitle .inner, #container.second section, #mainImage #mainTxt, #container.toppage #top--about, #container.toppage #top--faq,
.wrapBox,
.wrapBoxC,
.wrapBoxS, #container #topColumn, #container.blog #blogIndex,
#container.blog #blogDetail,
.clearfix,
header,
section {
  display: block; }
  .wrapBoxW::after, #mainTitle .inner::after, #container.second section::after, #mainImage #mainTxt::after, #container.toppage #top--about::after, #container.toppage #top--faq::after,
  .wrapBox::after,
  .wrapBoxC::after,
  .wrapBoxS::after, #container #topColumn::after, #container.blog #blogIndex::after,
  #container.blog #blogDetail::after,
  .wrapBoxW::before, #mainTitle .inner::before, #container.second section::before, #mainImage #mainTxt::before, #container.toppage #top--about::before, #container.toppage #top--faq::before,
  .wrapBox::before,
  .wrapBoxC::before,
  .wrapBoxS::before, #container #topColumn::before, #container.blog #blogIndex::before,
  #container.blog #blogDetail::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
.drawer-open header {
  z-index: inherit; }

header {
  height: var(--hdrH);
  width: 100%;
  position: relative;
  z-index: 1200; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); } }
  header h1,
  header .logo {
    width: 464.4px;
    height: 192.6px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: -33.3px;
    margin-top: -27px; }
    header h1 a,
    header .logo a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em; }
      header h1 a::before,
      header .logo a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        background-image: url("../images/logo_hdr.svg");
        background-position: left top;
        position: absolute;
        top: 0;
        left: 0; }
    @media screen and (min-width: 768px) and (max-width: 1219px) {
      header h1,
      header .logo {
        width: 44.4828%; } }
    @media screen and (max-width: 767px) {
      header h1,
      header .logo {
        width: 242.5px;
        height: 101px;
        margin-left: -15px;
        margin-top: -15px; } }
  header nav {
    margin-left: 470px;
    padding-right: 240px;
    padding-top: 35px;
    position: relative; }
    header nav > ul {
      margin-right: 15px;
      text-align: right;
      height: 40px; }
      header nav > ul > li {
        display: inline-block;
        margin-right: 35px;
        position: relative; }
        header nav > ul > li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 40px;
          line-height: 40px;
          font-size: clamp(15px, 1.393vw, 17px);
          color: var(--txBody);
          cursor: pointer; }
          header nav > ul > li > a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav > ul > li > a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
    header nav .hdrTel {
      width: 196px;
      position: absolute;
      top: 0;
      right: 0;
      margin-right: 43px; }
      header nav .hdrTel p {
        padding-top: 36px;
        padding-bottom: 8px;
        text-align: center;
        font-size: clamp(15px, 1.23vw, 15px); }
      header nav .hdrTel a {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        width: 196px;
        height: 24px;
        background-image: url("../images/hdr_tel.svg"); }
  header button {
    transition: opacity 0.5s; }

/* scrolling
-----------------------*/
header.clone-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  z-index: 5000;
  opacity: 0;
  background-color: var(--bgCl01); }
  header.clone-hdr h1,
  header.clone-hdr .logo {
    width: 273px;
    height: 72px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 50px;
    margin-top: auto; }
    header.clone-hdr h1 a::before,
    header.clone-hdr .logo a::before {
      background-image: url("../images/logo.svg"); }
    @media screen and (max-width: 767px) {
      header.clone-hdr h1,
      header.clone-hdr .logo {
        width: 140px;
        height: 37.5px;
        margin-left: 17px;
        margin-top: auto; } }
  header.clone-hdr nav {
    padding-top: 28px; }
    header.clone-hdr nav .hdrTel p {
      padding-top: 25px; }

header.clone-hdr.is-show {
  transform: translateY(0);
  opacity: 1; }

header.is-fixed button {
  opacity: 0; }

.is-fixed.drawer-open header.is-fixed button {
  opacity: 1; }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    footer {
      padding-bottom: 6.8966%; } }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 100px; } }
  footer #ftrIn {
    background-color: var(--bgCl04);
    border-radius: 80px;
    padding-top: 95px;
    padding-bottom: 90px; }
    @media screen and (min-width: 768px) and (max-width: 1219px) {
      footer #ftrIn {
        padding-top: 8.1897%;
        padding-bottom: 7.7586%; } }
  @media screen and (min-width: 768px) and (max-width: 1219px) and (max-width: 999px) {
    footer #ftrIn {
      border-radius: 60px; } }

    footer #ftrIn #ftrInL {
      width: 47.1552%;
      float: left; }
    footer #ftrIn #ftrInR {
      width: 46.5517%;
      float: right; }
    footer #ftrIn .ftrInTit {
      text-align: center;
      font-size: clamp(23px, 1.967vw, 24px);
      margin-bottom: 25px; }
    footer #ftrIn .ftrInInfo {
      padding-bottom: 40px; }
      footer #ftrIn .ftrInInfo p {
        margin-bottom: 10px;
        text-align: left;
        font-size: clamp(14px, 1.475vw, 18px);
        line-height: calc(36/18);
        color: var(--txtCl01); }
      footer #ftrIn .ftrInInfo ul {
        margin-bottom: 15px; }
        footer #ftrIn .ftrInInfo ul li {
          text-align: left;
          font-size: clamp(14px, 1.311vw, 16px);
          line-height: calc(32/16);
          color: var(--txtCl01); }
    footer #ftrIn .ftrInCalendar .calendarBox {
      background-color: #fff;
      padding: 25px;
      border-radius: var(--kadomaru); }
    footer #ftrIn .ftrTel {
      margin-bottom: 40px; }
      footer #ftrIn .ftrTel a {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        width: 246px;
        height: 30px;
        max-width: 80%;
        background-image: url("../images/hdr_tel.svg");
        margin: 0 auto; }
    footer #ftrIn .ftrAccess .ftrMapBox {
      border-radius: var(--kadomaru);
      overflow: hidden;
      width: 100%;
      padding-top: calc(340/540 * 100%);
      margin-bottom: 35px;
      position: relative; }
      footer #ftrIn .ftrAccess .ftrMapBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    footer #ftrIn .ftrAccess p {
      text-align: left;
      font-size: clamp(14px, 1.393vw, 17px);
      line-height: calc(34/17); }
    @media screen and (max-width: 767px) {
      footer #ftrIn {
        border-radius: 35px;
        padding-top: 16%;
        padding-bottom: 16%; }
        footer #ftrIn #ftrInL {
          width: auto;
          float: none;
          margin: 0 auto; }
        footer #ftrIn #ftrInR {
          width: auto;
          float: none;
          margin: 0 auto; }
        footer #ftrIn .ftrInTit {
          margin-bottom: 20px; }
        footer #ftrIn .ftrInCalendar {
          padding-bottom: 40px; }
          footer #ftrIn .ftrInCalendar .calendarBox {
            padding: 20px; }
        footer #ftrIn .ftrTel {
          margin-bottom: 50px; }
          footer #ftrIn .ftrTel a {
            width: 231px;
            height: 28px;
            max-width: 100%; }
        footer #ftrIn .ftrAccess .ftrMapBox {
          padding-top: calc(418/664 * 100%);
          margin-bottom: 20px; }
        footer #ftrIn .ftrAccess p + p {
          margin-top: 20px; } }
  footer #ftrBtm {
    padding-top: 50px; }
    @media screen and (min-width: 768px) and (max-width: 1219px) {
      footer #ftrBtm {
        padding-top: 4.3103%; } }
    footer #ftrBtm .logo {
      width: 230px;
      height: 98px;
      margin: 0 auto 35px; }
      footer #ftrBtm .logo a {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        background-image: url("../images/logo_ftr.svg"); }
    footer #ftrBtm nav {
      padding-bottom: 20px; }
      footer #ftrBtm nav .ftrNav01,
      footer #ftrBtm nav .ftrNav02 {
        text-align: center; }
        footer #ftrBtm nav .ftrNav01 > li,
        footer #ftrBtm nav .ftrNav02 > li {
          display: inline-block;
          margin: 0 15px 6px;
          position: relative; }
          footer #ftrBtm nav .ftrNav01 > li > a,
          footer #ftrBtm nav .ftrNav02 > li > a {
            display: inline-block;
            overflow: hidden;
            position: relative;
            transition: all var(--trTime);
            display: block;
            height: 40px;
            line-height: 40px;
            font-size: clamp(15px, 1.311vw, 16px);
            color: var(--txBody);
            font-weight: 400;
            cursor: pointer; }
            footer #ftrBtm nav .ftrNav01 > li > a::after,
            footer #ftrBtm nav .ftrNav02 > li > a::after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: var(--txBody);
              transform-origin: right top;
              transform: scale(0, 1);
              transition: transform .3s;
              z-index: 1000; }
            footer #ftrBtm nav .ftrNav01 > li > a:hover::after,
            footer #ftrBtm nav .ftrNav02 > li > a:hover::after {
              transform: scale(1, 1);
              transform-origin: left top; }
    footer #ftrBtm .copy {
      text-align: center;
      color: #919090;
      font-size: clamp(11px, 1.148vw, 14px);
      line-height: calc(40/22); }
      footer #ftrBtm .copy a {
        color: #919090; }
    @media screen and (max-width: 767px) {
      footer #ftrBtm {
        padding-top: 10.6667%; }
        footer #ftrBtm .logo {
          width: 203.5px;
          height: 88px;
          margin-bottom: 11.9403%; }
        footer #ftrBtm nav {
          padding-bottom: 30px; }
          footer #ftrBtm nav .ftrNav01 {
            margin-bottom: 30px; }
            footer #ftrBtm nav .ftrNav01 li {
              display: block;
              background-color: var(--bgCl05);
              border-radius: 10px;
              font-size: 1.6rem;
              height: auto; }
              footer #ftrBtm nav .ftrNav01 li:nth-child(n + 2) {
                margin-top: 6px; }
              footer #ftrBtm nav .ftrNav01 li a {
                display: block;
                text-align: center;
                color: var(--txBody);
                font-size: 1.6rem;
                line-height: 1;
                height: auto;
                padding: calc(38 / 30 * 1em) 0; }
                footer #ftrBtm nav .ftrNav01 li a::after {
                  display: none; }
          footer #ftrBtm nav .ftrNav02 {
            text-align: center; }
            footer #ftrBtm nav .ftrNav02 > li {
              display: block; }
              footer #ftrBtm nav .ftrNav02 > li > a::after {
                display: none; }
        footer #ftrBtm .copy {
          text-align: center;
          color: #919090;
          font-size: clamp(11px, 1.148vw, 14px);
          line-height: calc(40/22); }
          footer #ftrBtm .copy a {
            color: #919090; } }

/*--------------------------------------------------------------------
   fix btn
---------------------------------------------------------------------*/
#fixbtnSp {
  display: none; }
  @media screen and (max-width: 767px) {
    #fixbtnSp {
      display: block;
      width: calc(425px * 0.5);
      height: calc(120px * 0.5);
      max-width: 100%;
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 7000; }
      #fixbtnSp a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #f28f4c;
        border-radius: 20px 0 0 0; }
        #fixbtnSp a span {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          width: calc(345px * 0.5);
          height: calc(47px * 0.5);
          background-image: url("../images/fix_btn.svg");
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; } }

/*--------------------------------------------------------------------
  h1
---------------------------------------------------------------------*/
#mainTitle {
  position: relative;
  z-index: 10; }

#mainTitle h1 {
  height: 1em;
  font-size: 10px;
  text-align: right;
  position: absolute;
  z-index: 15; }
  @media screen and (max-width: 767px) {
    #mainTitle h1 {
      width: 120%;
      transform: scale(0.6);
      right: -20% !important; } }

#mainTitle h1 {
  color: #d0d1d1;
  bottom: 20px;
  right: 15px; }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: 100%;
  padding-top: 400px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  z-index: -1;
  margin-top: calc(var(--hdrH) * -1); }
  #mainTitle::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 400px;
    background-color: #fefae6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  #mainTitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 770px;
    height: auto;
    padding-top: 418px;
    background-image: url("../images/moyou/moyou_pagetitle.png");
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -80px;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    #mainTitle {
      padding-top: 34.4828%; }
      #mainTitle::before {
        padding-top: 34.4828%; }
      #mainTitle::after {
        width: 66.3793%;
        padding-top: 36.0345%;
        margin-right: -6.8966%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      margin-top: calc(var(--hdrHsp) * -1);
      padding-top: 66.6667%; }
      #mainTitle::before {
        padding-top: 66.6667%; }
      #mainTitle::after {
        width: 76%;
        padding-top: 56%;
        margin-right: -10.6667%;
        top: auto;
        margin-top: auto;
        bottom: 0; } }
  #mainTitle .inner {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%); }
    #mainTitle .inner .pageTitle {
      text-align: left;
      font-size: clamp(24px, 3.279vw, 40px);
      margin-left: 60px; }
      @media screen and (min-width: 768px) and (max-width: 1219px) {
        #mainTitle .inner .pageTitle {
          margin-left: 5.4545%; } }
      @media screen and (max-width: 767px) {
        #mainTitle .inner .pageTitle {
          margin-left: 20px; } }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.toppage {
    padding-bottom: 110px; }
    @media screen and (min-width: 768px) and (max-width: 1219px) {
      #container.toppage {
        padding-bottom: 9.4828%; } }
    @media screen and (max-width: 767px) {
      #container.toppage {
        padding-bottom: 14.6667%; } }
  #container.second {
    background: url("../images/moyou/bg_page.png") repeat-y center top;
    background-size: 130vw auto;
    padding-top: 70px; }
    #container.second section {
      padding-bottom: 110px; }
    @media screen and (min-width: 768px) and (max-width: 1219px) {
      #container.second {
        padding-top: 6.0345%; }
        #container.second section {
          padding-bottom: 9.4828%; } }
    @media screen and (max-width: 767px) {
      #container.second {
        background-image: url("../images/moyou/bg_page_sp.png");
        background-size: 170vw auto;
        padding-top: 10.6667%; }
        #container.second section {
          padding-bottom: 14.6667%; } }

/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(16px, 1.475vw, 18px);
  line-height: calc(36/18);
  text-align: left;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
      font-size: 1.6rem;
      line-height: calc(60/30) !important; } }
div[id="container"] p + * {
  margin-top: 30px; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

/*===========================================
_drawer.scss
=============================================*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  width: 380px;
  max-width: 100%;
  height: 100%;
  color: var(--txBody);
  background-color: var(--bgCl02); }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  /*right: 16.25rem;*/ }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  background-color: var(--txBody);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 50vw;
  margin-top: calc((96px - 47px)/2);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((55px - 54px * 0.6)/2);
      margin-right: 10px; } }

.drawer-hamburger:hover {
  cursor: pointer; }

.drawer-hamburger-icon {
  position: relative;
  display: block; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }

.drawer-hamburger-icon {
  background-color: transparent; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: ' '; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      top: -2px; } }

.drawer-hamburger-icon:after {
  top: 3px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:after {
      top: 2px; } }

.drawer-open .drawer-hamburger {
  position: fixed;
  background-color: #fff; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: var(--txBody); }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
*/
/*!------------------------------------*\
    add
\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right .drawer-hamburger {
  right: 0px; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 100%; } }
/*--------------------------------------------------------------------
   hamburger
---------------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 99999; }

@media screen and (max-width: 1239px) {
  .drawer-hamburger {
    display: block; }

  header nav {
    display: none; }

  header .hdrTop {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: var(--hdrH);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav ul {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    .spNav ul li {
      background-color: var(--bgCl03);
      border-radius: 10px;
      font-size: 1.6rem; }
      .spNav ul li:nth-child(n + 2) {
        margin-top: 6px; }
      .spNav ul li a {
        display: block;
        text-align: center;
        color: var(--txBody);
        font-size: 1.6rem;
        padding: calc(38 / 30 * 1em) 0; }

.spNavBtm {
  padding-top: 30px; }
  .spNavBtm .logo {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 59px;
    height: 59px;
    background-image: url("../images/logo_mark.svg");
    margin: 0 auto 15px; }
  .spNavBtm .tel {
    text-align: center; }
    .spNavBtm .tel p {
      padding-bottom: 15px;
      text-align: center;
      font-size: clamp(15px, 1.23vw, 15px); }
    .spNavBtm .tel a {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      width: 196px;
      height: 24px;
      background-image: url("../images/hdr_tel.svg");
      margin: 0 auto; }

@media screen and (max-width: 767px) {
  .spNav {
    padding-top: var(--hdrHsp);
    padding-left: 20px;
    padding-right: 20px; }
    .spNav ul li {
      font-size: 1.5rem; } }
/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
  z-index: -1;
  overflow: hidden;
  margin-top: calc(var(--hdrH) * -1); }
  #mainImage .mainBg01,
  #mainImage .mainBg02,
  #mainImage .mainBg03,
  #mainImage .mainBg04 {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    position: absolute;
    z-index: 1; }
  #mainImage .mainBg01 {
    width: 620px;
    padding-top: 453px;
    background-image: url("../images/moyou/moyou_top_main_01.png");
    top: 0;
    left: 0;
    margin-top: 50px;
    margin-left: -234px; }
  #mainImage .mainBg02 {
    width: 332px;
    padding-top: 180px;
    background-image: url("../images/moyou/moyou_top_main_02.png");
    bottom: 0;
    left: 0;
    margin-bottom: 95px;
    margin-left: 110px; }
  #mainImage .mainBg03 {
    width: 230px;
    padding-top: 230px;
    background-image: url("../images/moyou/moyou_top_main_03.png");
    top: 0;
    right: 0;
    margin-top: -140px;
    margin-right: -120px; }
  #mainImage .mainBg04 {
    width: 230px;
    padding-top: 230px;
    background-image: url("../images/moyou/moyou_top_main_04.png");
    bottom: 0;
    right: 0; }
  #mainImage #mainImageIn {
    width: 100%;
    background-color: #fefae6;
    border-radius: 0 0 0 80px;
    padding-top: 130px;
    padding-bottom: 80px;
    position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1380px) {
    #mainImage {
      padding-bottom: 8.6957%; }
      #mainImage .mainBg01 {
        width: 44.9275%;
        padding-top: 32.8261%;
        margin-top: 3.6232%;
        margin-left: -16.9565%; }
      #mainImage .mainBg02 {
        width: 24.058%;
        padding-top: 13.0435%;
        margin-bottom: 6.8841%;
        margin-left: 7.971%; }
      #mainImage .mainBg03 {
        width: 16.6667%;
        padding-top: 16.6667%;
        margin-top: -10.1449%;
        margin-right: -8.6957%; }
      #mainImage .mainBg04 {
        width: 16.6667%;
        padding-top: 16.6667%; }
      #mainImage #mainImageIn {
        padding-bottom: 5.7971%; } }
  #mainImage .swiper-slide .slide-img {
    padding-top: 660px;
    width: calc(50% + 230px);
    margin-left: auto;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1219px) {
      #mainImage .swiper-slide .slide-img {
        padding-top: 56.8966%;
        width: 79.3103%; } }
  #mainImage .swiper-slide .slide-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 60px 0 0 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0; }
  #mainImage .swiper-slide #main01::before {
    background-image: url("../images/top/main_01.jpg"); }
  #mainImage .swiper-slide #main02::before {
    background-image: url("../images/top/main_02.jpg"); }
  #mainImage #mainTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6; }
    #mainImage #mainTxt p {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      width: 25%;
      height: auto;
      padding-top: 18.9655%;
      background-image: url("../images/top/main_txt.svg");
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      margin-left: 3.2787%; }
  @media screen and (max-width: 767px) {
    #mainImage {
      padding-bottom: 7.3333%;
      margin-top: calc(var(--hdrHsp) * -1); }
      #mainImage .mainBg01 {
        width: 59.0667%;
        padding-top: 43.4667%;
        margin-top: 2.4%;
        margin-left: -25.3333%; }
      #mainImage .mainBg02,
      #mainImage .mainBg03,
      #mainImage .mainBg04 {
        display: none; }
      #mainImage #mainImageIn {
        border-radius: 0;
        padding-top: 52%;
        padding-bottom: 14.6667%; }
        #mainImage #mainImageIn::before, #mainImage #mainImageIn::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          display: block !important;
          height: auto;
          position: absolute !important;
          z-index: 2; }
        #mainImage #mainImageIn::before {
          width: 44.2667%;
          padding-top: 24%;
          background-image: url("../images/moyou/moyou_top_main_02.png");
          bottom: 0;
          left: 0;
          margin-bottom: -8%; }
        #mainImage #mainImageIn::after {
          width: 30.6667%;
          padding-top: 30.6667%;
          background-image: url("../images/moyou/moyou_top_main_04.png");
          bottom: 0;
          right: 0;
          margin-right: -15.4667%;
          margin-bottom: 4%; }
        #mainImage #mainImageIn #slider {
          position: relative;
          z-index: 5; }
      #mainImage .swiper-slide .slide-img {
        padding-top: 73.3333%;
        width: calc(100% - 35px);
        max-width: none;
        border-radius: 30px 0 0 30px; }
      #mainImage .swiper-slide #main01::before {
        background-image: url("../images/top/main_01_sp.jpg"); }
      #mainImage .swiper-slide #main02::before {
        background-image: url("../images/top/main_02_sp.jpg"); }
      #mainImage #mainTxt {
        top: 0;
        left: 0;
        transform: translate(0, 0); }
        #mainImage #mainTxt p {
          width: 68%;
          padding-top: 13.0667%;
          background-image: url("../images/top/main_txt_sp.svg");
          position: absolute;
          top: 0;
          left: 0;
          transform: translateY(0);
          margin-left: 9.8667%;
          margin-top: 32%; } }

/*container
------------------------------------------------------*/
#container.toppage #top--about {
  padding-bottom: 10px; }
  #container.toppage #top--about h2 {
    text-align: center;
    font-size: clamp(21px, 2.459vw, 30px);
    line-height: calc(50/30);
    letter-spacing: 0.025em;
    margin-bottom: 40px; }
  #container.toppage #top--about p {
    text-align: center;
    font-size: clamp(16px, 1.557vw, 19px);
    line-height: calc(44/19);
    letter-spacing: 0.075em;
    margin-bottom: 40px; }
  #container.toppage #top--about .btn a {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about {
      padding-top: 5.3333%;
      padding-bottom: 16%; }
      #container.toppage #top--about h2 {
        margin-bottom: 25px; }
      #container.toppage #top--about p {
        font-size: 1.6rem;
        line-height: calc(60/30) !important;
        text-align: left;
        margin-bottom: 40px; } }

#container.toppage #top--pediatric {
  position: relative;
  padding-bottom: 60px; }
  #container.toppage #top--pediatric::before, #container.toppage #top--pediatric::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    position: absolute; }
  #container.toppage #top--pediatric::before {
    background-image: url("../images/moyou/moyou_top_05.png");
    width: 230px;
    padding-top: 230px;
    bottom: 0;
    left: 0;
    margin-left: -155px;
    margin-bottom: -110px; }
  #container.toppage #top--pediatric::after {
    background-image: url("../images/moyou/moyou_top_02.png");
    width: 302px;
    padding-top: 164px;
    bottom: 0;
    right: 0;
    margin-right: -80px;
    margin-bottom: 55px; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    #container.toppage #top--pediatric {
      padding-bottom: 5.1724%; }
      #container.toppage #top--pediatric::before {
        width: 19.8276%;
        padding-top: 19.8276%;
        margin-left: -13.3621%;
        margin-bottom: -9.4828%; }
      #container.toppage #top--pediatric::after {
        width: 26.0345%;
        padding-top: 14.1379%;
        margin-right: -6.8966%;
        margin-bottom: 4.7414%; } }
  #container.toppage #top--pediatric .wrapBoxW .img {
    width: 38.5246%;
    float: left;
    position: relative; }
    #container.toppage #top--pediatric .wrapBoxW .img::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      background-image: url("../images/moyou/moyou_top_03.png");
      width: calc(358/470 * 100%);
      height: auto;
      padding-top: calc(258/470 * 100%);
      position: absolute;
      top: 0;
      left: 0;
      margin-top: calc(-131/470 * 100%);
      margin-left: calc(-174/470 * 100%);
      z-index: 2; }
    #container.toppage #top--pediatric .wrapBoxW .img img {
      display: block;
      position: relative;
      z-index: 1; }
  #container.toppage #top--pediatric .wrapBoxW .txt {
    width: 57.377%;
    float: right;
    padding-top: 4.918%; }
    #container.toppage #top--pediatric .wrapBoxW .txt p {
      width: 630px;
      max-width: 100%;
      margin-right: auto;
      padding-bottom: 30px; }
    #container.toppage #top--pediatric .wrapBoxW .txt .btn a {
      margin-right: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--pediatric {
      padding-bottom: 18.6667%; }
      #container.toppage #top--pediatric::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        background-image: url("../images/moyou/moyou_top_03.png");
        width: 47.7333%;
        height: auto;
        padding-top: 34.4%;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -16.4%;
        margin-left: -30.6667%;
        margin-bottom: auto;
        bottom: auto;
        z-index: 2; }
      #container.toppage #top--pediatric::after {
        width: 40.2667%;
        padding-top: 21.8667%;
        margin-right: -9.3333%;
        margin-bottom: -10.9333%;
        z-index: 2; }
      #container.toppage #top--pediatric .wrapBoxW .img {
        width: auto;
        float: none;
        margin: 0 auto;
        width: 285px;
        max-width: 100%;
        margin: 0 auto; }
        #container.toppage #top--pediatric .wrapBoxW .img::before {
          display: none; }
      #container.toppage #top--pediatric .wrapBoxW .txt {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 30px; }
        #container.toppage #top--pediatric .wrapBoxW .txt p {
          width: auto;
          padding-bottom: 20px; }
        #container.toppage #top--pediatric .wrapBoxW .txt .btn {
          margin-top: 0; }
          #container.toppage #top--pediatric .wrapBoxW .txt .btn a {
            margin: 0 auto; } }

#container.toppage #top--orthodontic {
  position: relative;
  padding-bottom: 95px;
  z-index: 2; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    #container.toppage #top--orthodontic {
      padding-bottom: 8.1897%; } }
  #container.toppage #top--orthodontic .wrapBoxW .img {
    width: 38.5246%;
    float: right;
    position: relative; }
    #container.toppage #top--orthodontic .wrapBoxW .img::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      background-image: url("../images/moyou/moyou_top_03.png");
      width: calc(358/470 * 100%);
      height: auto;
      padding-top: calc(258/470 * 100%);
      position: absolute;
      bottom: 0;
      right: 0;
      margin-bottom: calc(-153/470 * 100%);
      margin-right: calc(-150/470 * 100%);
      z-index: 2; }
    #container.toppage #top--orthodontic .wrapBoxW .img img {
      display: block;
      position: relative;
      z-index: 1; }
  #container.toppage #top--orthodontic .wrapBoxW .txt {
    width: 54.918%;
    float: left;
    padding-left: 30px;
    padding-top: 4.0984%; }
    #container.toppage #top--orthodontic .wrapBoxW .txt p {
      padding-bottom: 30px; }
    #container.toppage #top--orthodontic .wrapBoxW .txt .btn a {
      margin-right: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--orthodontic {
      padding-bottom: 18.6667%; }
      #container.toppage #top--orthodontic::before, #container.toppage #top--orthodontic::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        height: auto;
        position: absolute; }
      #container.toppage #top--orthodontic::before {
        background-image: url("../images/moyou/moyou_top_05.png");
        width: 30.6667%;
        padding-top: 30.6667%;
        top: 0;
        left: 0;
        margin-left: -14.6667%;
        margin-top: -29.3333%; }
      #container.toppage #top--orthodontic::after {
        background-image: url("../images/moyou/moyou_top_03.png");
        width: 47.7333%;
        padding-top: 34.4%;
        bottom: 0;
        right: 0;
        margin-right: -20.9333%;
        margin-bottom: -12.5333%; }
      #container.toppage #top--orthodontic .wrapBoxW .img {
        width: auto;
        float: none;
        margin: 0 auto;
        width: 285px;
        max-width: 100%;
        margin: 0 auto; }
        #container.toppage #top--orthodontic .wrapBoxW .img::before {
          display: none; }
      #container.toppage #top--orthodontic .wrapBoxW .txt {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 30px;
        padding-left: 0; }
        #container.toppage #top--orthodontic .wrapBoxW .txt p {
          padding-bottom: 30px; }
        #container.toppage #top--orthodontic .wrapBoxW .txt .btn {
          margin-top: 0; }
          #container.toppage #top--orthodontic .wrapBoxW .txt .btn a {
            margin: 0 auto; } }

#container.toppage #top--news {
  padding-bottom: 90px;
  position: relative;
  z-index: 1; }
  #container.toppage #top--news::before, #container.toppage #top--news::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    position: absolute; }
  #container.toppage #top--news::before {
    background-image: url("../images/moyou/moyou_top_04.png");
    width: 378px;
    padding-top: 413px;
    bottom: 0;
    left: 0;
    margin-left: -162px;
    margin-bottom: 17px; }
  #container.toppage #top--news::after {
    background-image: url("../images/moyou/moyou_top_05.png");
    width: 230px;
    padding-top: 230px;
    bottom: 0;
    right: 0;
    margin-right: -66px;
    margin-bottom: -100px; }
  #container.toppage #top--news .bgBox {
    padding-top: 100px;
    padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    #container.toppage #top--news {
      padding-bottom: 7.7586%; }
      #container.toppage #top--news::before {
        width: 32.5862%;
        padding-top: 35.6034%;
        margin-left: -13.9655%;
        margin-bottom: 1.4655%; }
      #container.toppage #top--news::after {
        width: 19.8276%;
        padding-top: 19.8276%;
        margin-right: -5.6897%;
        margin-bottom: -8.6207%; }
      #container.toppage #top--news .bgBox {
        padding-top: 8.6207%;
        padding-bottom: 8.6207%; } }
  #container.toppage #top--news .wrapBoxS {
    display: block; }
    #container.toppage #top--news .wrapBoxS::after, #container.toppage #top--news .wrapBoxS::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--news .wrapBoxS .tit {
      width: 185px;
      float: left; }
      #container.toppage #top--news .wrapBoxS .tit h2 {
        margin-top: 10px;
        text-align: left;
        font-size: clamp(25px, 2.951vw, 36px); }
    #container.toppage #top--news .wrapBoxS .list {
      width: 80.5556%;
      max-width: calc(100% - 185px);
      float: right; }
      #container.toppage #top--news .wrapBoxS .list ul {
        border-top: var(--lineCl03) 1px solid; }
        #container.toppage #top--news .wrapBoxS .list ul li {
          border-bottom: var(--lineCl03) 1px solid;
          padding: 20px 0; }
          #container.toppage #top--news .wrapBoxS .list ul li .sub {
            padding: 5px 0; }
            #container.toppage #top--news .wrapBoxS .list ul li .sub span.date {
              display: inline-block;
              font-size: clamp(13px, 1.23vw, 15px);
              line-height: 30px;
              margin-right: 1em; }
            #container.toppage #top--news .wrapBoxS .list ul li .sub h3 {
              font-size: clamp(16px, 1.639vw, 20px);
              line-height: 30px;
              font-weight: 500; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news {
      padding-bottom: 14.6667%;
      padding-left: 0;
      padding-right: 0; }
      #container.toppage #top--news::before {
        width: 50.4%;
        padding-top: 48.5333%;
        margin-left: -34.1333%;
        margin-bottom: -12.8%; }
      #container.toppage #top--news::after {
        width: 30.6667%;
        padding-top: 30.6667%;
        margin-right: -19.0667%;
        margin-bottom: -25.8667%; }
      #container.toppage #top--news .bgBox {
        padding-top: 14.6667%;
        padding-bottom: 16%; }
      #container.toppage #top--news .wrapBoxS .tit {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-bottom: 25px; }
        #container.toppage #top--news .wrapBoxS .tit h2 {
          margin-top: 0;
          text-align: center; }
      #container.toppage #top--news .wrapBoxS .list {
        width: auto;
        float: none;
        margin: 0 auto;
        max-width: none; }
        #container.toppage #top--news .wrapBoxS .list ul li .sub {
          padding: 0; }
          #container.toppage #top--news .wrapBoxS .list ul li .sub span.date {
            display: block; } }

#container.toppage #top--faq .cAccBox {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto; }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*about
------------------------------------------------------*/
#container.second.about #about--lead .txt {
  width: 59.4828%;
  float: left; }
#container.second.about #about--lead .img {
  width: 36.4655%;
  float: right;
  padding-top: 50.8621%;
  position: relative; }
  #container.second.about #about--lead .img img {
    display: block;
    border-radius: var(--kadomaruImg);
    position: absolute; }
    #container.second.about #about--lead .img img:nth-child(1) {
      width: calc(280/423 * 100%);
      top: 0;
      right: 0; }
    #container.second.about #about--lead .img img:nth-child(2) {
      width: calc(220/423 * 100%);
      bottom: 0;
      left: 0; }
@media screen and (max-width: 767px) {
  #container.second.about #about--lead {
    padding-bottom: 17.3333%; }
    #container.second.about #about--lead .txt {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-bottom: 25px; }
    #container.second.about #about--lead .img {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-top: 108.6567%;
      position: relative; }
      #container.second.about #about--lead .img img:nth-child(1) {
        width: 58.5075%;
        right: auto;
        left: 50%;
        margin-left: -15.2239%; }
      #container.second.about #about--lead .img img:nth-child(2) {
        width: 45.9701%;
        left: 50%;
        margin-left: -44.3284%; } }
#container.second.about #about--profile {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    #container.second.about #about--profile {
      padding-top: 6.8966%;
      padding-bottom: 6.8966%; } }
  #container.second.about #about--profile .inner01,
  #container.second.about #about--profile .inner02 {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto; }
    #container.second.about #about--profile .inner01 .name,
    #container.second.about #about--profile .inner02 .name {
      text-align: left;
      font-size: clamp(24px, 2.951vw, 36px);
      padding-bottom: 30px; }
      #container.second.about #about--profile .inner01 .name span,
      #container.second.about #about--profile .inner02 .name span {
        display: block;
        padding-bottom: 10px;
        font-size: clamp(15px, 1.803vw, 22px);
        font-weight: 500; }
    #container.second.about #about--profile .inner01 dl,
    #container.second.about #about--profile .inner02 dl {
      margin-bottom: 30px; }
      #container.second.about #about--profile .inner01 dl dt,
      #container.second.about #about--profile .inner02 dl dt {
        width: 110px;
        height: 36px;
        background-color: var(--bgCl04);
        border-radius: 5px;
        margin-right: auto;
        text-align: center;
        line-height: 36px;
        font-size: 1.8rem; }
      #container.second.about #about--profile .inner01 dl dd,
      #container.second.about #about--profile .inner02 dl dd {
        padding-top: 20px; }
        #container.second.about #about--profile .inner01 dl dd table th,
        #container.second.about #about--profile .inner02 dl dd table th {
          padding-right: 1em; }
  #container.second.about #about--profile .inner01 {
    padding-bottom: 50px;
    border-bottom: var(--lineCl01) 1px solid;
    display: block;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1219px) {
      #container.second.about #about--profile .inner01 {
        padding-bottom: 4.3103%; } }
    #container.second.about #about--profile .inner01::after, #container.second.about #about--profile .inner01::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.about #about--profile .inner01 .img {
      width: calc(280/1100 * 100%);
      float: left; }
      #container.second.about #about--profile .inner01 .img img {
        display: block;
        border-radius: var(--kadomaruImg); }
    #container.second.about #about--profile .inner01 .txt {
      width: calc(785/1100 * 100%);
      float: right; }
      #container.second.about #about--profile .inner01 .txt .profileBox {
        text-align: left; }
        #container.second.about #about--profile .inner01 .txt .profileBox dl {
          display: inline-block;
          margin-top: 0;
          margin-right: 40px;
          vertical-align: top; }
  #container.second.about #about--profile .inner02 {
    padding-top: 80px;
    display: block; }
    @media screen and (min-width: 768px) and (max-width: 1219px) {
      #container.second.about #about--profile .inner02 {
        padding-top: 6.8966%; } }
    #container.second.about #about--profile .inner02::after, #container.second.about #about--profile .inner02::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.about #about--profile .inner02 .name {
      width: calc(280/1100 * 100%);
      float: left; }
    #container.second.about #about--profile .inner02 .profileBox {
      width: calc(785/1100 * 100%);
      float: right; }
  @media screen and (max-width: 767px) {
    #container.second.about #about--profile {
      padding-top: 14.6667%;
      padding-bottom: 14.6667%; }
      #container.second.about #about--profile .inner01 dl dt,
      #container.second.about #about--profile .inner02 dl dt {
        width: 88px;
        height: 29px;
        line-height: 29px;
        font-size: 1.4rem; }
      #container.second.about #about--profile .inner01 dl dd,
      #container.second.about #about--profile .inner02 dl dd {
        padding-top: 20px; }
        #container.second.about #about--profile .inner01 dl dd table th, #container.second.about #about--profile .inner01 dl dd table td,
        #container.second.about #about--profile .inner02 dl dd table th,
        #container.second.about #about--profile .inner02 dl dd table td {
          display: list-item;
          list-style-type: none; }
        #container.second.about #about--profile .inner01 dl dd table th,
        #container.second.about #about--profile .inner02 dl dd table th {
          border-bottom: none; }
      #container.second.about #about--profile .inner01 {
        padding-bottom: 14.9254%;
        padding-left: 15px;
        padding-right: 15px; }
        #container.second.about #about--profile .inner01 .img {
          width: 41.791%;
          float: none;
          margin-right: auto; }
        #container.second.about #about--profile .inner01 .txt {
          width: auto;
          float: none;
          margin: 0 auto;
          position: relative; }
          #container.second.about #about--profile .inner01 .txt .name {
            width: 44.7761%;
            position: absolute;
            top: 0;
            left: 50%;
            margin-top: -36.7164%; }
          #container.second.about #about--profile .inner01 .txt .profileBox {
            padding-top: 20px; }
            #container.second.about #about--profile .inner01 .txt .profileBox dl {
              display: block;
              margin-right: 0; }
      #container.second.about #about--profile .inner02 {
        padding-top: 8.9552%;
        padding-left: 15px;
        padding-right: 15px; }
        #container.second.about #about--profile .inner02 .name {
          width: auto;
          float: none;
          margin: 0 auto; }
        #container.second.about #about--profile .inner02 .profileBox {
          width: auto;
          float: none;
          margin: 0 auto; } }
#container.second.about #about--equipment {
  padding-top: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    #container.second.about #about--equipment {
      padding-top: 10.3448%; } }
  #container.second.about #about--equipment .inner01,
  #container.second.about #about--equipment .inner02 {
    display: block; }
    #container.second.about #about--equipment .inner01::after, #container.second.about #about--equipment .inner01::before,
    #container.second.about #about--equipment .inner02::after,
    #container.second.about #about--equipment .inner02::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.about #about--equipment .inner01 img,
    #container.second.about #about--equipment .inner02 img {
      margin-bottom: 25px; }
  #container.second.about #about--equipment .inner01 {
    padding-bottom: 4.3103%; }
    #container.second.about #about--equipment .inner01 .item {
      width: 46.5517%;
      float: left; }
      #container.second.about #about--equipment .inner01 .item:nth-child(2n) {
        float: right; }
      #container.second.about #about--equipment .inner01 .item h3 {
        text-align: left;
        font-size: clamp(17px, 1.475vw, 18px);
        font-weight: 500;
        line-height: calc(50/34);
        margin-bottom: 15px; }
  #container.second.about #about--equipment .inner02 .item {
    width: 31.0345%;
    float: left;
    margin-right: 3.1034%;
    margin-bottom: 4.3103%; }
    #container.second.about #about--equipment .inner02 .item:nth-child(3n) {
      margin-right: 0; }
    #container.second.about #about--equipment .inner02 .item p {
      text-align: left;
      font-size: clamp(17px, 1.475vw, 18px);
      font-weight: 500;
      line-height: calc(50/34); }
  @media screen and (max-width: 767px) {
    #container.second.about #about--equipment {
      padding-top: 16%; }
      #container.second.about #about--equipment .inner01 img,
      #container.second.about #about--equipment .inner02 img {
        margin-bottom: 15px; }
      #container.second.about #about--equipment .inner01 {
        padding-bottom: 0; }
        #container.second.about #about--equipment .inner01 .item {
          width: auto;
          float: none;
          margin: 0 auto;
          width: var(--spMaxW);
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 8.9552%; }
          #container.second.about #about--equipment .inner01 .item:nth-child(2n) {
            float: none; }
      #container.second.about #about--equipment .inner02 .item {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 8.9552%;
        width: var(--spMaxW);
        max-width: 100%;
        margin-left: auto;
        margin-right: auto !important; } }

/*pediatric_dentistry
------------------------------------------------------*/
#container.second.pediatric_dentistry #pediatric--01 .txt {
  width: 60.3448%;
  float: left; }
#container.second.pediatric_dentistry #pediatric--01 .img {
  width: 34.4828%;
  float: right;
  padding-top: 10px; }
  #container.second.pediatric_dentistry #pediatric--01 .img img {
    display: block;
    border-radius: var(--kadomaruImg); }
@media screen and (max-width: 767px) {
  #container.second.pediatric_dentistry #pediatric--01 .txt {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px; }
  #container.second.pediatric_dentistry #pediatric--01 .img {
    width: auto;
    float: none;
    margin: 0 auto; }
    #container.second.pediatric_dentistry #pediatric--01 .img img {
      width: var(--spMaxW);
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
#container.second.pediatric_dentistry #pediatric--02 .inner {
  display: block;
  margin-bottom: 4.3103%; }
  #container.second.pediatric_dentistry #pediatric--02 .inner::after, #container.second.pediatric_dentistry #pediatric--02 .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.pediatric_dentistry #pediatric--02 .inner .txt {
    width: 60.3448%;
    float: left; }
    #container.second.pediatric_dentistry #pediatric--02 .inner .txt p + ol,
    #container.second.pediatric_dentistry #pediatric--02 .inner .txt ol + p {
      margin-top: 0; }
  #container.second.pediatric_dentistry #pediatric--02 .inner .img {
    width: 34.4828%;
    float: right;
    padding-top: 10px; }
    #container.second.pediatric_dentistry #pediatric--02 .inner .img img {
      display: block;
      border-radius: var(--kadomaruImg); }
#container.second.pediatric_dentistry #pediatric--02 h4 {
  text-align: left;
  font-size: clamp(18px, 1.639vw, 20px);
  line-height: calc(52/32);
  letter-spacing: 0.025em;
  margin-bottom: 5px; }
@media screen and (max-width: 767px) {
  #container.second.pediatric_dentistry #pediatric--02 .inner .txt {
    width: auto;
    float: none;
    margin: 0 auto; }
  #container.second.pediatric_dentistry #pediatric--02 .inner .img {
    width: auto;
    float: none;
    margin: 0 auto; }
    #container.second.pediatric_dentistry #pediatric--02 .inner .img img {
      width: var(--spMaxW);
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
#container.second.pediatric_dentistry #pediatric--03 .inner {
  display: block; }
  #container.second.pediatric_dentistry #pediatric--03 .inner::after, #container.second.pediatric_dentistry #pediatric--03 .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.pediatric_dentistry #pediatric--03 .inner .txt {
    width: 60.3448%;
    float: left; }
  #container.second.pediatric_dentistry #pediatric--03 .inner .img {
    width: 34.4828%;
    float: right;
    padding-top: 10px; }
    #container.second.pediatric_dentistry #pediatric--03 .inner .img img {
      display: block;
      border-radius: var(--kadomaruImg); }
@media screen and (max-width: 999px) {
  #container.second.pediatric_dentistry #pediatric--03 .inner {
    margin-bottom: 5.1724%; } }
@media screen and (max-width: 767px) {
  #container.second.pediatric_dentistry #pediatric--03 .inner .txt {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px; }
  #container.second.pediatric_dentistry #pediatric--03 .inner .img {
    width: auto;
    float: none;
    margin: 0 auto; }
    #container.second.pediatric_dentistry #pediatric--03 .inner .img img {
      width: var(--spMaxW);
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
#container.second.pediatric_dentistry #pediatric--04 .bdBox {
  border: #c7b2a0 1px solid;
  border-radius: var(--kadomaruL);
  padding-top: 50px;
  padding-bottom: 50px; }
  #container.second.pediatric_dentistry #pediatric--04 .bdBox h2,
  #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner {
    width: 1000px;
    max-width: calc(100% - 60px);
    margin: 0 auto; }
  #container.second.pediatric_dentistry #pediatric--04 .bdBox h2 {
    margin-bottom: 20px; }
  #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner {
    display: block; }
    #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner::after, #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner .txt {
      width: 65%;
      float: left; }
    #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner .img {
      width: 32%;
      float: right; }
      #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner .img img {
        display: block;
        border-radius: var(--kadomaruImg); }
@media screen and (max-width: 767px) {
  #container.second.pediatric_dentistry #pediatric--04 .bdBox {
    border-radius: var(--kadomaruLsp);
    padding-top: 20px;
    padding-bottom: 20px; }
    #container.second.pediatric_dentistry #pediatric--04 .bdBox h2,
    #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner {
      max-width: calc(100% - 40px); }
    #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner .txt {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-bottom: 15px; }
    #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner .img {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.second.pediatric_dentistry #pediatric--04 .bdBox .inner .img img {
        width: var(--spMaxW);
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; } }

/*orthodontic
------------------------------------------------------*/
#container.second.orthodontic #orthodontic--lead .inner {
  display: block; }
  #container.second.orthodontic #orthodontic--lead .inner::after, #container.second.orthodontic #orthodontic--lead .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.orthodontic #orthodontic--lead .inner .txt {
    width: 60.3448%;
    float: left; }
    #container.second.orthodontic #orthodontic--lead .inner .txt h3 {
      line-height: calc(44/26); }
  #container.second.orthodontic #orthodontic--lead .inner .img {
    width: 34.4828%;
    float: right;
    padding-top: 10px; }
    #container.second.orthodontic #orthodontic--lead .inner .img img {
      display: block;
      border-radius: var(--kadomaruImg); }
@media screen and (max-width: 767px) {
  #container.second.orthodontic #orthodontic--lead .inner .txt {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px; }
    #container.second.orthodontic #orthodontic--lead .inner .txt h3 {
      font-size: 1.8rem; }
  #container.second.orthodontic #orthodontic--lead .inner .img {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px; }
    #container.second.orthodontic #orthodontic--lead .inner .img img {
      width: var(--spMaxW);
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
#container.second.orthodontic #orthodontic--cause .inner + .inner {
  margin-top: 4.3103%; }
#container.second.orthodontic #orthodontic--cause .inner {
  display: block; }
  #container.second.orthodontic #orthodontic--cause .inner::after, #container.second.orthodontic #orthodontic--cause .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.orthodontic #orthodontic--cause .inner .txt {
    width: 60.3448%;
    float: left; }
  #container.second.orthodontic #orthodontic--cause .inner .img {
    width: 34.4828%;
    float: right;
    padding-top: 10px; }
    #container.second.orthodontic #orthodontic--cause .inner .img img {
      display: block;
      border-radius: var(--kadomaruImg); }
@media screen and (max-width: 767px) {
  #container.second.orthodontic #orthodontic--cause .inner + .inner {
    margin-top: 7.4627%; }
  #container.second.orthodontic #orthodontic--cause .inner .txt {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px; }
  #container.second.orthodontic #orthodontic--cause .inner .img {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px; }
    #container.second.orthodontic #orthodontic--cause .inner .img img {
      width: var(--spMaxW);
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
#container.second.orthodontic #orthodontic--price .priceTbBox {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto; }
  #container.second.orthodontic #orthodontic--price .priceTbBox h3 {
    text-align: left;
    font-size: clamp(16px, 1.393vw, 17px);
    font-weight: 500;
    margin-top: 5.1724%;
    margin-bottom: 2.5862%; }
  #container.second.orthodontic #orthodontic--price .priceTbBox table .tdwd01 {
    width: calc(500/1080 * 100%); }
  #container.second.orthodontic #orthodontic--price .priceTbBox#tb01 table th, #container.second.orthodontic #orthodontic--price .priceTbBox#tb03 table th {
    background-color: #faf8f6; }
  #container.second.orthodontic #orthodontic--price .priceTbBox#tb02 table th, #container.second.orthodontic #orthodontic--price .priceTbBox#tb04 table th {
    background-color: #f3f8f4; }
#container.second.orthodontic #orthodontic--price .priceTbBox + .priceTbBox {
  margin-top: 5.1724%; }
@media screen and (max-width: 767px) {
  #container.second.orthodontic #orthodontic--price .priceTbBox h3 {
    margin-top: 8.9552%;
    margin-bottom: 4.4776%; }
  #container.second.orthodontic #orthodontic--price .priceTbBox table {
    background-color: #fff; }
    #container.second.orthodontic #orthodontic--price .priceTbBox table th, #container.second.orthodontic #orthodontic--price .priceTbBox table td {
      padding: 10px 15px; }
    #container.second.orthodontic #orthodontic--price .priceTbBox table .tdwd01 {
      width: 100%; }
    #container.second.orthodontic #orthodontic--price .priceTbBox table .nobd {
      margin-top: -1px; }
  #container.second.orthodontic #orthodontic--price .priceTbBox + .priceTbBox {
    margin-top: 8.9552%; } }
#container.second.orthodontic #orthodontic--case .inner {
  display: block; }
  #container.second.orthodontic #orthodontic--case .inner::after, #container.second.orthodontic #orthodontic--case .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.orthodontic #orthodontic--case .inner .txt {
    width: 65.5172%;
    float: left; }
  #container.second.orthodontic #orthodontic--case .inner .img {
    width: 31.0345%;
    float: right; }
    #container.second.orthodontic #orthodontic--case .inner .img img {
      display: block;
      border-radius: var(--kadomaruImg);
      background-color: #f5f5f5; }
#container.second.orthodontic #orthodontic--case .inner + .inner {
  margin-top: 5.1724%; }
@media screen and (max-width: 767px) {
  #container.second.orthodontic #orthodontic--case .inner + .inner {
    margin-top: 8.9552%; }
  #container.second.orthodontic #orthodontic--case .inner .txt {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px; }
  #container.second.orthodontic #orthodontic--case .inner .img {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 15px; }
    #container.second.orthodontic #orthodontic--case .inner .img img {
      width: var(--spMaxW);
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }

/*access
------------------------------------------------------*/
#container.second.access #access--map .mapBox {
  padding-top: 34.4828%;
  border-radius: var(--kadomaruM);
  overflow: hidden;
  position: relative; }
  #container.second.access #access--map .mapBox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
@media screen and (max-width: 767px) {
  #container.second.access #access--map .mapBox {
    padding-top: 74.6269%;
    border-radius: var(--kadomaruMsp); } }
#container.second.access #access--info {
  width: 1120px; }
  #container.second.access #access--info .txt {
    width: 50%;
    float: right; }
  #container.second.access #access--info .img {
    width: calc(480/1060 * 100%);
    float: left; }
    #container.second.access #access--info .img img {
      display: block;
      border-radius: var(--kadomaruM); }
  @media screen and (max-width: 767px) {
    #container.second.access #access--info .txt {
      width: auto;
      float: none;
      margin: 0 auto; }
    #container.second.access #access--info .img {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-top: 30px; }
      #container.second.access #access--info .img img {
        width: var(--spMaxW);
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; } }
#container.second.access #access--detail {
  width: 1120px; }
  #container.second.access #access--detail dl dt {
    margin-bottom: 5px; }
  #container.second.access #access--detail dl dd + dt {
    margin-top: 20px; }

/*privacy
------------------------------------------------------*/
#container.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 1.967vw, 24px);
  line-height: 1.5;
  font-weight: 500; }
#container.privacy section * + h2 {
  margin-top: 50px; }
#container.privacy section ul {
  margin-top: 0; }
#container.privacy section ul.att {
  margin-top: 0; }
#container.privacy section ol {
  margin-top: 0; }
#container.privacy section p {
  word-break: break-all; }
#container.privacy section a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.privacy section a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.privacy section a:hover::after {
    opacity: 0; }

/*----------------------------------------------------------
Variables
-----------------------------------------------------------*/
/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList li .sub, #container.blog #blogDetail .blogTitle div.sub {
  text-align: left; }
  #container .cBlogList li .sub span, #container.blog #blogDetail .blogTitle div.sub span {
    display: inline-block;
    text-align: left; }
  #container .cBlogList li .sub .date, #container.blog #blogDetail .blogTitle div.sub .date {
    margin-right: 15px;
    text-align: left;
    font-size: 12px;
    line-height: 26px;
    color: #999999;
    letter-spacing: 0; }
  #container .cBlogList li .sub .cat, #container.blog #blogDetail .blogTitle div.sub .cat {
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-width: 85px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #f2e9ea;
    border-radius: 2px;
    color: var(--txBody);
    font-size: 11px; }

/*=============
plugin
==============*/
/*-----------------------------------------------------
TOC
--------------------------------------------------------*/
#container {
  /* anchor　位置 */ }
  #container #toc_container {
    display: block !important;
    border: #dedede 1px solid;
    border-radius: 5px;
    margin: 50px 0;
    padding: 40px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #container #toc_container {
        margin: 6.6667% 0;
        padding: 5.3333%; } }
    #container #toc_container .toc_title {
      width: 100%;
      font-size: clamp(16px, 1.475vw, 18px);
      font-weight: 500; }
    #container #toc_container .toc_toggle {
      display: block;
      color: #fff;
      position: absolute;
      top: 0;
      right: 40px; }
      #container #toc_container .toc_toggle a {
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        width: 30px;
        height: 30px;
        display: block; }
        #container #toc_container .toc_toggle a::after, #container #toc_container .toc_toggle a::before {
          content: "";
          width: 15px;
          height: 2px;
          background-color: var(--txBody);
          position: absolute;
          top: 50%;
          left: calc(50% - 7.5px);
          transition: 0.4s; }
      @media screen and (max-width: 767px) {
        #container #toc_container .toc_toggle {
          right: 20px;
          top: 10px;
          line-height: 0; } }
    #container #toc_container.contracted .toc_title .toc_toggle a::before {
      transform: rotate(90deg); }
    #container #toc_container ul.toc_list {
      margin-left: 0;
      margin-top: 15px; }
      #container #toc_container ul.toc_list ul {
        margin-top: 0;
        margin-left: 2em; }
      #container #toc_container ul.toc_list li {
        list-style: none !important;
        font-size: clamp(13px, 1.23vw, 15px); }
        #container #toc_container ul.toc_list li a {
          display: block;
          color: var(--txBody);
          text-decoration: none;
          padding: 5px 0; }
          #container #toc_container ul.toc_list li a span.toc_number::after {
            content: "."; }
  #container .post span[id^=i] {
    display: block;
    padding-top: 110px;
    margin-top: -110px; }
    @media screen and (max-width: 767px) {
      #container .post span[id^=i] {
        padding-top: 60px;
        margin-top: -60px; } }

/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container .wp-pagenavi {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    #container .wp-pagenavi {
      padding-bottom: 40px; } }
  #container .wp-pagenavi span,
  #container .wp-pagenavi a {
    display: block;
    margin: 0 5px;
    width: 54px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #container .wp-pagenavi span,
      #container .wp-pagenavi a {
        width: 37.8px;
        line-height: 36.4px;
        font-size: 12px; } }
  #container .wp-pagenavi .page_num {
    display: none; }
  #container .wp-pagenavi a:hover {
    background-color: #f5f5f5;
    color: var(--txBody); }
  #container .wp-pagenavi .extend {
    border: none; }
  #container .wp-pagenavi .current {
    color: #fff;
    border-color: #585858;
    background-color: #585858; }
  #container .wp-pagenavi a.previouspostslink {
    display: none; }
  #container .wp-pagenavi a.first {
    display: none; }

/*-----------------------------------------------------
single pager
--------------------------------------------------------*/
/* pageNav
--------------*/
#container .pageNav ul {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 10px; }
#container .pageNav ul li {
  flex-basis: 200px;
  height: 64px; }
#container .pageNav ul li a {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  border: #e5e1e8 3px solid;
  background-color: #fff;
  color: var(--pointCl01);
  border-radius: 50vw;
  position: relative;
  line-height: 58px;
  text-align: center;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500; }
  #container .pageNav ul li a::after {
    display: none; }
  #container .pageNav ul li a:hover {
    background-color: var(--btnOvCl);
    border-color: var(--btnOvCl);
    color: #fff; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li {
    height: 44px; }
  #container .pageNav ul li a {
    line-height: 42px;
    font-size: 14px; } }

/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList {
  margin-top: 0 !important;
  overflow: hidden; }
  #container .cBlogList li > a .img {
    padding-top: 52.6315789474%;
    position: relative;
    overflow: hidden; }
    #container .cBlogList li > a .img img {
      object-fit: cover;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      transition: all 0.5s; }
  #container .cBlogList li > a:hover .img img {
    transform: scale(1.15); }
  #container .cBlogList li p {
    margin-top: 0;
    font-size: clamp(16px, 1.557vw, 19px);
    line-height: calc(32 / 19); }
    #container .cBlogList li p a {
      text-decoration: none; }
    #container .cBlogList li p a:hover {
      text-decoration: underline;
      color: var(--txBody); }

#container #topColumn {
  width: 1260px;
  padding-top: 100px;
  padding-bottom: 120px;
  display: block; }
  #container #topColumn::after, #container #topColumn::before {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1219px) {
    #container #topColumn {
      padding-top: 8.6207%;
      padding-bottom: 10.3448%; } }
  @media screen and (max-width: 767px) {
    #container #topColumn {
      padding-top: 50px;
      padding-bottom: 60px; } }
  #container #topColumn h2 {
    margin-bottom: 45px;
    color: #cb868b;
    text-align: center;
    font-size: clamp(24px, 2.459vw, 30px); }
  #container #topColumn .cBlogList li {
    width: 31.0345%;
    float: left;
    margin-right: 4.3103%;
    padding-bottom: 4.7414%; }
  #container #topColumn .cBlogList li:nth-child(3n) {
    margin-right: 0; }
  #container #topColumn > a {
    display: block;
    width: 380px;
    max-width: 100%;
    height: 66px;
    margin: 0 auto;
    background-color: #d69ca3;
    border-radius: 50vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 0.875em;
    line-height: 66px; }
    #container #topColumn > a:hover {
      background-color: #e2aab4; }
    @media screen and (max-width: 767px) {
      #container #topColumn > a {
        width: 270px;
        height: 50px;
        font-size: 1.2rem;
        line-height: 50px; } }

#container #blogIndex .cBlogList li,
#container #blogDetail .recommend .cBlogList li {
  width: calc(380 / 810 * 100%);
  float: left;
  padding-bottom: 50px; }
  #container #blogIndex .cBlogList li:nth-child(2n),
  #container #blogDetail .recommend .cBlogList li:nth-child(2n) {
    float: right; }
  #container #blogIndex .cBlogList li .sub,
  #container #blogDetail .recommend .cBlogList li .sub {
    padding: 10px 0; }
  #container #blogIndex .cBlogList li p,
  #container #blogDetail .recommend .cBlogList li p {
    font-size: clamp(16px, 1.557vw, 19px);
    line-height: calc(32 / 19); }

@media screen and (max-width: 767px) {
  #container .cBlogList {
    max-width: 350px;
    margin: 0 auto; }
    #container .cBlogList li {
      margin-bottom: 30px; }
      #container .cBlogList li .sub {
        padding-top: 20px; }

  #container #blogIndex .cBlogList li,
  #container #blogDetail .recommend .cBlogList li,
  #container #topColumn .cBlogList li {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 40px; }
    #container #blogIndex .cBlogList li:nth-child(2n),
    #container #blogDetail .recommend .cBlogList li:nth-child(2n),
    #container #topColumn .cBlogList li:nth-child(2n) {
      float: none; } }
/* -----------------------------------------
blog layout
----------------------------------------- */
#container.blog {
  padding-top: 0;
  text-align: left; }
  #container.blog #blogIndex,
  #container.blog #blogDetail {
    width: 1260px;
    padding-bottom: 100px;
    display: block; }
    #container.blog #blogIndex::after, #container.blog #blogIndex::before,
    #container.blog #blogDetail::after,
    #container.blog #blogDetail::before {
      content: "";
      display: block;
      clear: both; }
    #container.blog #blogIndex #main,
    #container.blog #blogDetail #main {
      width: 70.2586%;
      float: left; }
    #container.blog #blogIndex #side,
    #container.blog #blogDetail #side {
      width: 27.5862%;
      float: right; }
    @media screen and (max-width: 767px) {
      #container.blog #blogIndex #main,
      #container.blog #blogDetail #main {
        width: auto;
        float: none;
        margin: 0 auto; }
      #container.blog #blogIndex #side,
      #container.blog #blogDetail #side {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 40px; } }

/* -----------------------------------------
side
----------------------------------------- */
#side .sideBox + .sideBox {
  margin-top: 60px; }
#side .sideBox .sideTit {
  margin-bottom: 30px;
  padding: 12px 15px;
  background-color: #585858;
  color: #fff;
  font-size: clamp(15px, 1.475vw, 18px); }
#side #sideProfile .inner {
  overflow: hidden; }
#side #sideProfile .inner + .inner {
  margin-top: 20px; }
#side #sideProfile img {
  display: block;
  width: calc(100 / 320 * 100%);
  float: left; }
#side #sideProfile p {
  width: calc(200 / 320 * 100%);
  float: right;
  font-size: clamp(14px, 1.148vw, 14px);
  line-height: calc(24/14); }
@media screen and (max-width: 767px) {
  #side #sideProfile {
    padding-bottom: 0 !important; }
    #side #sideProfile img {
      width: 120px; }
    #side #sideProfile p {
      width: calc(100% - 140px); } }
#side #sideCategory ul {
  text-align: left; }
  #side #sideCategory ul li {
    display: inline-block;
    padding: 5px 0;
    margin-right: 1em;
    line-height: calc(40 / 16); }
    #side #sideCategory ul li a {
      display: inline-block;
      color: var(--txBody);
      position: relative; }
      #side #sideCategory ul li a::after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: var(--txBody);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: var(--trTime); }
      #side #sideCategory ul li a:hover::after {
        opacity: 0; }
#side #sidePickUp ul li {
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden; }
  #side #sidePickUp ul li a.thumb {
    width: 100px;
    float: left; }
    #side #sidePickUp ul li a.thumb .img {
      padding-top: 100%;
      position: relative;
      overflow: hidden; }
      #side #sidePickUp ul li a.thumb .img img {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all 0.5s; }
    #side #sidePickUp ul li a.thumb:hover .img img {
      transform: scale(1.15); }
  #side #sidePickUp ul li p {
    margin-left: 120px;
    font-size: clamp(14px, 1.23vw, 15px);
    line-height: calc(28 /15); }
    #side #sidePickUp ul li p a {
      text-decoration: none; }
    #side #sidePickUp ul li p a:hover {
      text-decoration: underline;
      color: var(--txBody); }

/* spOnry category
------------------------------------*/
/* cat Sponly*/
#spCategory {
  display: none;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #spCategory {
      display: block; } }
  #spCategory ul {
    text-align: left; }
    #spCategory ul li {
      display: inline-block;
      margin-right: 2em;
      margin-bottom: 1em; }
      #spCategory ul li a {
        display: inline-block;
        color: var(--txBody);
        position: relative; }
        #spCategory ul li a::after {
          content: "";
          display: block;
          height: 1px;
          width: 100%;
          background-color: var(--txBody);
          position: absolute;
          bottom: 0;
          left: 0;
          transition: var(--trTime); }
        #spCategory ul li a:hover::after {
          opacity: 0; }

/*-----------------------------------------------------
title
--------------------------------------------------------*/
#container.blog #blogDetail .blogTitle {
  margin-bottom: 30px; }
  #container.blog #blogDetail .blogTitle h2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: clamp(22px, 2.459vw, 30px);
    line-height: calc(52 / 30); }
#container.blog #blogDetail .thumb {
  margin-bottom: 40px; }

/*-----------------------------------------------------
bottom parts
--------------------------------------------------------*/
#container #blogDetail .recommend {
  border-top: #dedede 1px solid;
  padding-top: 50px; }
  #container #blogDetail .recommend h2 {
    font-size: clamp(16px, 1.311vw, 16px);
    font-weight: bold;
    text-align: left;
    margin-bottom: 50px; }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h3 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(24px, 2.295vw, 28px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h4 {
    font-size: clamp(18px, 1.803vw, 22px); }
  #container .post h4, #container .post h5, #container .post h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
    line-height: 1.75; }
  #container .post a {
    color: var(--pointCl01);
    text-decoration: underline;
    word-break: break-all; }
    #container .post a:hover {
      text-decoration: none; }
  #container .post ul {
    margin-left: 20px; }
    #container .post ul li {
      list-style-position: outside;
      list-style-type: disc; }
  #container .post ol {
    margin-left: 20px; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post > img,
  #container .post p img {
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 30px auto; }
  #container .post * + p,
  #container .post * + ul,
  #container .post * + ol {
    margin-top: 15px; }
  #container .post * + blockquote,
  #container .post * + figure,
  #container .post * + table,
  #container .post blockquote + *,
  #container .post figure + *,
  #container .post table + * {
    margin-top: 30px; }
  #container .post p.has-text-align-right {
    text-align: right; }
  #container .post p.has-text-align-center {
    text-align: center; }
  #container .post ol {
    margin-left: 1em; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post .wp-block-quote cite, #container .post .wp-block-pullquote cite, #container .post .wp-block-table figcaption {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(12px, 1.148vw, 14px);
    color: #666;
    line-height: 1.7; }
  #container .post .wp-block-quote {
    border-left: var(--txBody) 4px solid;
    padding-left: 15px; }
  #container .post .wp-block-pullquote {
    border-bottom: var(--txBody) 4px solid;
    border-top: var(--txBody) 4px solid;
    padding: 15px 0; }
    #container .post .wp-block-pullquote p {
      font-size: 1em; }
  #container .post .wp-block-table {
    overflow: visible !important; }
  #container .post table {
    width: 100%;
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    #container .post table th, #container .post table td {
      border-bottom: #999 1px solid;
      border-right: #999 1px solid;
      padding: 15px;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      #container .post table th, #container .post table td {
        display: list-item;
        list-style-type: none;
        font-size: 1.4rem;
        line-height: 2; } }
  #container .post .wp-block-separator {
    border-color: #ccc; }

/*--float--*/
.flL {
  float: left; }

.flR {
  float: right; }

.clear {
  clear: both; }

/*--textalign--*/
.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mt0 {
  margin-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/*--textwrap--*/
.text {
  display: inline-block; }

/*--calendar--*/
footer .calendarBox .widget_calendar.eo-calendar table {
  width: 100%;
  border: var(--lineCl01) 1px solid; }
  footer .calendarBox .widget_calendar.eo-calendar table caption {
    padding-bottom: 10px;
    font-weight: bold; }
  footer .calendarBox .widget_calendar.eo-calendar table th, footer .calendarBox .widget_calendar.eo-calendar table td {
    padding: 5px 10px;
    border: var(--lineCl01) 1px solid; }
  footer .calendarBox .widget_calendar.eo-calendar table td.event a {
    pointer-events: none; }
  footer .calendarBox .widget_calendar.eo-calendar table thead th {
    background-color: aliceblue; }
  footer .calendarBox .widget_calendar.eo-calendar table td.event.eo-event-cat-holiday {
    background-color: lightpink; }
footer .calendarBox .calendarBoxBtm {
  padding-top: 10px;
  text-align: left; }
  footer .calendarBox .calendarBoxBtm p {
    padding-left: 25px;
    text-align: left;
    line-height: 15px;
    position: relative; }
    footer .calendarBox .calendarBoxBtm p::before {
      content: "";
      display: block;
      width: 20px;
      height: 15px;
      background-color: lightpink;
      position: absolute;
      top: 0;
      left: 0; }

/*# sourceMappingURL=base.css.map */
