@charset "UTF-8";

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

address, em {
  font-style: normal;
} /* 斜体字矯正---*/
body {
  line-height: 1;
}

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

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

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

.common-tel {
  color: #ed7a75;
  font-size: 32px;
  font-family: "lemongrass-caps", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
}
.common-tel:hover {
  color: #ed7a75;
}
.common-tel span {
  font-size: 68.7%;
}

:root {
  --text-color: #333;
  --main-color: #ed7a75;
  --sub-color: #ac927f;
  --bg-color: #f4f2ef;
  --border-color: #a09187;
  --family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-family: var(--family);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
}

a {
  color: var(--main-color);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

::-moz-selection {
  background-color: #a7a7a7;
}

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

::-moz-selection {
  background-color: #a7a7a7;
}

strong {
  font-weight: bold;
}

@media print, screen and (min-width: 641px) { /* pc only */
  body,
  #header-navi-wrap.fixed,
  #mainvisual,
  #header,
  #footer {
    min-width: 1240px;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
p,
dt,
dd,
form,
select,
option,
address,
pre {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

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

iframe {
  max-width: 100%;
  vertical-align: top;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit !important;
  }
  #fixed-button {
    display: none !important;
  }
  .medical-list li:not(:nth-child(-n+2)):nth-child(3n) {
    margin-left: -184px !important;
  }
  .medical-list li:not(:nth-child(-n+2)):nth-child(3n+2) {
    margin-right: -184px !important;
  }
}
[href^=tel]:hover {
  cursor: default;
  color: var(--main-color);
}

.schedule-note {
  background-color: #e6e2db;
  padding: 8px 20px;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .schedule-note {
    font-size: 17px;
    text-align: center;
  }
}
.kyushinbi {
  color: #c5605c;
  font-weight: bold;
}

.page-title {
  display: block;
  width: calc(100% - 90px);
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.page-title .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.page-title .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page-title .title-wrap .title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #605444;
  font-size: 200%;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 8px #fff;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .page-title {
    border-radius: 50px;
  }
  .page-title .inner {
    width: 1200px;
    padding-top: 35px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-content {
  position: relative;
  background: #fff;
}
.main-content main {
  padding: 30px 0;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .main-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 641px) { /* pc only */ }
._text {
  position: relative;
  margin: 0 0 80px;
}

._text p {
  margin-bottom: 1em;
}

._text p:last-child {
  margin-bottom: 0;
}

.textarea p {
  font-size: 16px;
  margin-bottom: 22px;
}

.textarea p:last-child {
  margin-bottom: 0;
}

.body-single,
.section-clinic,
.section-freearea-up,
.section-freearea-under,
.medical_list li,
.section-clinic-gallery {
  position: relative;
  margin: 0 0 80px;
}

.body-single p {
  margin-bottom: 1em;
}

#breadcrumb {
  width: 100%;
  margin: 0 0 50px 0;
}
#breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  counter-reset: unset;
}
#breadcrumb ol li {
  position: relative;
  padding-right: 20px;
  margin: 0;
  line-height: 1.5;
}
#breadcrumb ol li::before {
  content: "›";
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  width: 20px;
  height: 16px;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--family);
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#breadcrumb ol li:last-child {
  display: inline-block;
  position: relative;
  width: auto;
  padding-right: 0;
  margin-right: 0;
}
#breadcrumb ol li:last-child::before {
  content: normal;
}
#breadcrumb ol li a {
  display: inline-block;
  position: relative;
  width: auto;
}
#breadcrumb .breadcrumb_medical a {
  color: var(--text-color);
  pointer-events: none;
}

h1 {
  color: #555;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.6;
}

h2 {
  color: #654d3b;
  font-size: 160%;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  padding-top: 40px;
  background: url("../img/common/h2_bg.svg") center top/auto 32px no-repeat;
  margin-bottom: 30px;
}

h2 span {
  font-size: 80%;
  color: var(--main-color);
}

h3 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 130%;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 10px 45px 10px 20px;
  background: url("../img/common/h3_r.png") right 15px center/auto 38px no-repeat, url("../img/common/h3_bg.jpg");
  margin-bottom: 20px;
  border-radius: 52px;
  position: relative;
}

h3 span {
  font-size: 80%;
}

h4 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 125%;
  min-height: 50px;
  padding-top: calc((50px - 1.6em) / 3);
  padding-left: 48px;
  background: url("../img/common/h4.png") left top/auto 50px no-repeat;
}

h4 span {
  font-size: 80%;
  color: var(--main-color);
}

h5 {
  color: #654d3b;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 115%;
  font-weight: bold;
  display: table;
  padding-bottom: 10px;
  background: url("../img/common/h5.png") left bottom/auto 4px repeat-x;
}

h5 span {
  font-size: 80%;
  color: var(--main-color);
}

.body-single h2:nth-child(n+2) {
  margin-top: 2em;
}
.body-single h3:nth-child(n+2),
.body-single h4:nth-child(n+2),
.body-single h5:nth-child(n+2),
.body-single h6:nth-child(n+2) {
  margin-top: 1.5em;
}

.box-style-01 {
  background: var(--bg-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box-style-01 p:last-of-type {
  margin-bottom: 0;
}

/*----------テーブル----------*/
.freearea-up table,
.freearea-under table,
.body-single table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--bg-color);
}

.freearea-up table:not(:last-child),
.freearea-under table:not(:last-child),
.body-single table:not(:last-child) {
  margin-bottom: 15px;
}

.freearea-up th,
.freearea-under th,
.freearea-up td,
.freearea-under td,
.body-single th,
.body-single td {
  padding: 10px;
}

.freearea-up th,
.freearea-under th,
.body-single th {
  font-weight: bold;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.freearea-up td,
.freearea-under td,
.body-single td {
  background-color: #fff;
  border: 1px solid var(--border-color);
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff93));
  background: -webkit-linear-gradient(transparent 60%, #ffff93 60%);
  background: linear-gradient(transparent 60%, #ffff93 60%);
}

.section-links {
  position: relative;
  margin: 0 0 80px;
}
.section-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-links ul li {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 10px;
}
.section-links ul li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid var(--main-color);
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
.section-links ul li a:hover {
  background-color: var(--main-color);
  color: #fff;
}
.section-links ul li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .section-links ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}
ul.style-01 {
  list-style: none !important;
  margin: 0 0 15px;
}
ul.style-01 li {
  position: relative;
  padding-left: 15px;
  list-style: none !important;
  display: block;
  list-style-image: none;
}
ul.style-01 li:before {
  display: block;
  position: absolute;
  top: calc((2em - 4px) / 2);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 50%;
  content: "";
}
ul.style-01 li i {
  margin-right: 8px;
}
ul.style-01 li span:not(.marker) {
  display: block;
  font-weight: bold;
}
ul.style-01 p:last-of-type {
  margin-bottom: 0;
}

ol {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol li {
  margin: 0 0 10px 30px;
  list-style-type: none;
  position: relative;
}

ol li:last-of-type {
  margin: 0 0 0 30px;
}

ol li:before {
  padding: 0 8px;
  border-radius: 2%;
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number) ".";
  font-family: "lemongrass-caps", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  left: -30px;
  position: absolute;
}

td img.aligncenter,
th img.aligncenter {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 !important;
}

table {
  text-align: initial;
}

table th,
table td {
  vertical-align: top;
}

table th p,
table td p {
  margin: 0 !important;
}

table.style-01 th,
table.style-01 td {
  vertical-align: middle;
}
table.style-01 td > p:last-child, table.style-01 td > ul:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  table.style-01 th,
  table.style-01 td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.table-schedule {
  width: 100%;
  border-spacing: 0;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  background-color: #fff;
}
.table-schedule .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 9px;
  background: #a79c94;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 6px;
  margin-right: 6px;
}
.table-schedule tr:first-child th {
  letter-spacing: 0.2em;
}
.table-schedule tr:not(:first-child) th {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8a5e3a;
  letter-spacing: 0.1em;
}
.table-schedule tr:not(:first-child) td {
  color: #ed7a75;
}
.table-schedule th,
.table-schedule td {
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}
.table-schedule th {
  font-weight: 500;
  width: 30%;
}
.table-schedule td {
  width: 10%;
}

@media screen and (max-width: 640px) {
  .table-schedule {
    font-size: 14px;
  }
  .table-schedule .arrow {
    display: block;
    width: 10px;
    height: 8px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 3px auto;
  }
  .table-schedule th,
  .table-schedule td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 641px) { /* pc only */
  .table-schedule {
    font-size: 18px;
  }
  .table-schedule tr:first-child th,
  .table-schedule tr:first-child td {
    padding-top: 32px;
  }
  .table-schedule tr:last-child th,
  .table-schedule tr:last-child td {
    padding-bottom: 32px;
  }
}
.schedule-note {
  background-color: #e6e2db;
  padding: 8px 20px;
}

.kyushinbi {
  display: block;
  color: #c5605c;
  font-weight: bold;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .schedule-note {
    font-size: 17px;
    text-align: center;
  }
}
.section-freearea-up ._text,
.section-freearea-under ._text {
  margin-bottom: 0;
}

.section-freearea-up h2,
.section-freearea-under h2 {
  margin-top: 0;
}

.section-freearea-up h3,
.section-freearea-under h3 {
  margin: 0 0 20px;
}

.freearea-up:after,
.freearea-under:after {
  display: block;
  clear: both;
  content: "";
}

.section-clinic > ul {
  width: 100%;
}
.section-clinic > ul dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-clinic > ul dl dt {
  width: 20%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
  font-weight: bold;
}
.section-clinic > ul dl dd {
  width: 80%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
}

.section-clinic-gallery .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2%;
}
.section-clinic-gallery .gallery-list .item {
  width: 32%;
  margin-bottom: 15px;
  background: var(--bg-color);
}
.section-clinic-gallery .gallery-list .item dd {
  padding: 15px;
}
.section-clinic-gallery .gallery-list .item dd h3 {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: table;
  color: #654d3b;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 115%;
  display: table;
  padding-bottom: 10px;
  background: url("../img/common/facilities_item_tit.png") left bottom/auto 4px repeat-x;
}
.section-clinic-gallery .gallery-list .item dd h3::before, .section-clinic-gallery .gallery-list .item dd h3::after {
  display: none;
  width: initial;
  height: initial;
  background: initial;
  position: initial;
  opacity: initial;
}
.section-clinic-gallery .gallery-list .item dd h3 span {
  font-size: inherit;
  color: inherit;
}
.section-clinic-gallery .gallery-list .image {
  overflow: hidden;
  background-color: var(--bg-color);
}
.section-clinic-gallery .gallery-list .image img {
  max-height: 260px;
  margin: 0 auto;
  display: block;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.sp {
  display: none !important;
}

.pc_inline {
  display: inline !important;
}

.sp_inline {
  display: none !important;
}

.sp_inline_ip {
  display: none !important;
}

.pc_table {
  display: none !important;
}

.sp_table {
  display: none !important;
}

.sp_flex {
  display: none !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.fr10 {
  float: right;
  margin-left: 10px !important;
}

.fr15 {
  float: right;
  margin-left: 15px !important;
}

.fr30 {
  float: right;
  margin-left: 15px !important;
}

.fl10 {
  float: left;
  margin-right: 10px !important;
}

.fl15 {
  float: left;
  margin-right: 15px !important;
}

.fl30 {
  float: left;
  margin-right: 30px !important;
}

.bold {
  font-weight: bold !important;
}

.left {
  text-align: left !important;
}

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

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

.clear {
  clear: both !important;
}

.v_top {
  vertical-align: top !important;
}

.v_mid {
  vertical-align: middle !important;
}

.v_btm {
  vertical-align: bottom !important;
}

.color_red {
  color: #c34646 !important;
}

.color_pink {
  color: #ed909f !important;
}

.color_blue {
  color: #5eb3bd !important;
}

.color_green {
  color: #5fac65 !important;
}

.color_orange {
  color: #e69433 !important;
}

.color_yellow {
  color: #FFEB8B !important;
}

.color_beige {
  color: #dac58b !important;
}

.color_brown {
  color: #9b8052 !important;
}

.color_navy {
  color: #1F2774 !important;
}

.color_black {
  color: var(--text-color) !important;
}

.color_gray {
  color: #9d9d9d !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.centering {
  display: table;
  margin: auto;
  text-align: left;
}

.float_clear {
  float: none !important;
}

@media screen and (max-width: 640px) {
  html {
    margin-top: 0 !important;
  }
  body,
  #mainvisual,
  #header,
  #footer,
  nav {
    min-width: 100%;
  }
  body.page #mainvisual .inner,
  body.single #mainvisual .inner,
  body.error404 #mainvisual .inner {
    max-width: 100%;
  }
  html #wpadminbar {
    display: none;
  }
  .is-navi {
    overflow: hidden;
  }
  .common-tel {
    font-size: clamp(14px, 6.9vw, 26px);
  }
  .page-title {
    height: 160px;
    margin-top: 55px;
  }
  .page-title .inner {
    width: 100%;
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
  .page-title .title-wrap .title {
    font-size: 150%;
  }
  .front .home_mv_info_bnr {
    padding: 0 1%;
    margin: 0 0 30px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_mv_info_bnr a {
    width: 42%;
  }
  .textarea p {
    font-size: 14px;
    margin-bottom: 1.5em;
  }
  .main-content {
    padding: 10px 0 0;
  }
  .main-content main {
    margin-bottom: 40px;
    padding: 0 20px 0;
  }
  .medical_single {
    padding: 0 !important;
  }
  .body-single p img {
    display: block;
    margin: 0 auto;
  }
  #breadcrumb {
    font-size: 12px;
  }
  .section-clinic > ul dl {
    display: block;
  }
  .section-clinic > ul dl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
    margin-bottom: 5px;
  }
  .section-clinic > ul dl dd {
    width: 100%;
    padding: 0 0 15px;
  }
  .section-clinic-gallery .gallery-list {
    display: block;
  }
  .section-clinic-gallery .gallery-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-clinic-gallery .gallery-list .image img {
    max-height: 390px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc_inline {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_table {
    display: table !important;
  }
  .sp_table {
    display: table !important;
  }
  .sp_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp_mb00 {
    margin-bottom: 0 !important;
  }
  .sp_mr00 {
    margin-right: 0 !important;
  }
  .sp_ml00 {
    margin-left: 0 !important;
  }
  .sp_mt00 {
    margin-top: 0 !important;
  }
  .sp_pb00 {
    padding-bottom: 0 !important;
  }
  .sp_pr00 {
    padding-right: 0 !important;
  }
  .sp_pl00 {
    padding-left: 0 !important;
  }
  .sp_pt00 {
    padding-top: 0 !important;
  }
  .sp_center {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .sp_inline_iP {
    display: inline !important;
  }
}
@media print, screen and (min-width: 641px) { /* pc only */
  #head-wrap {
    position: relative;
    background: url("../img/common/header-bg-left.webp") left top no-repeat, url("../img/common/header-bg-right.webp") right top no-repeat;
  }
  #head-wrap::after {
    content: "";
    display: block;
    width: 160px;
    aspect-ratio: 160/216;
    background: url("../img/common/header-decoration-footprints.webp") left top no-repeat;
    position: absolute;
    left: 8px;
    /* top: 10px; */
    top: 140px;
  }
  #header {
    width: 100%;
    min-height: 145px;
    position: relative;
    z-index: 10;
  }
  #header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    position: relative;
  }
  #header-logo {
    min-width: 300px;
    width: 300px;
  }
  #header-information {
    width: calc(100% - 370px);
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #header-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header-summary .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  #header-summary .category li {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1.6;
    background-color: #c39261;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    margin: 0 2px;
  }
  #header-summary h1 {
    max-width: 100%;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #header-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  #header-address .address {
    display: block;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-color: #f3f3f3;
    border-radius: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }
  #header-address .address::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e7a29f;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    margin-right: 8px;
  }
  #header-address .tel {
    display: block;
    margin-left: 18px;
  }
}
@media print, screen and (min-width: 641px) and (hover: hover) { /* pc only & hover */
  #header-logo a:hover {
    opacity: 0.6;
  }
}
#fixed-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
#fixed-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
  width: 80px;
}
#fixed-button ul li {
  width: 100%;
}
#fixed-button ul li.web a {
  background-color: #c39261;
}
#fixed-button ul li.web a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
#fixed-button ul li.line a {
  background-color: #62bf56;
  padding: 15px 10px 0px;
  font-size: 45px;
}
#fixed-button ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding: 30px 10px 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.5em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 5px 0 0 5px;
  background: url("../img/common/fixed-button-bg-top.webp") left top, url("../img/common/fixed-button-bg-bottom.webp") left bottom;
  background-repeat: no-repeat;
  pointer-events: auto;
}
@media (hover: hover) {
  #fixed-button ul li a:hover {
    opacity: 0.7;
  }
}

#header-navi .has-child p.title {
  display: none;
}
#header-navi .has-child a {
  pointer-events: none;
}
#header-navi .has-child .sub-menu a {
  pointer-events: auto;
}

@media print, screen and (min-width: 641px) { /* pc only */
  #header-navi-container {
    width: 1200px;
    min-height: 71px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
    background-color: #f4f3f0;
    border-radius: 35px;
    position: relative;
    z-index: 10;
    margin-top: -35px;
    margin-bottom: -35px;
  }
  #header-navi .menu {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header-navi .menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header-navi .menu li > a {
    padding: 5px 25px;
    text-align: center;
    position: relative;
  }
  #header-navi .menu li > a p {
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    color: #d9a7a8;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-top: 5px;
  }
  #header-navi .menu li:not(:first-child) > a::before {
    display: block;
    content: "";
    width: 4px;
    height: 22px;
    background: url("../img/common/nav_dot.png") left top/100% auto no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  #header-navi .menu a {
    display: block;
    color: var(--text-color);
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  #header-navi-container :is(#navi-toggle, .sp-buttons-02) {
    display: none;
  }
  #header-navi-wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    background-color: #f4f3f0;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header-navi-wrap.fixed .menu {
    width: 1200px;
  }
  #header-navi .menu li.has-child:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header-navi .menu li.has-child:focus-within > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header-navi .menu li.is_mega {
    position: static;
  }
  #header-navi .menu li.is_mega .sub-menu {
    width: 100%;
  }
  #header-navi .sub-menu {
    position: absolute;
    display: none;
    width: 580px;
    top: 100%;
    left: 0%;
    background-color: #f4f3f0;
    overflow: hidden;
    z-index: 9999;
  }
  #header-navi .sub-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f4f3f0;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #header-navi .sub-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #c8c8c8;
    width: 50%;
  }
  #header-navi .sub-menu a:nth-child(even) {
    border-right: 1px solid #c8c8c8;
  }
  #header-navi .sub-menu a:hover {
    background-color: white;
  }
  #fixed-button-sp {
    display: none;
  }
}
@media print, screen and (min-width: 641px) and (hover: hover) { /* pc only & hover */
  #header-navi .menu li > a p::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #d9a7a8;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    content: "";
    z-index: 1;
  }
  #header-navi .menu li > a:hover p::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #header-navi .sub-menu a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  #header-navi .sub-menu a:hover {
    background-color: #e6bbbc;
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  #header-inner,
  #fixed-button {
    display: none;
  }
  #header-navi-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    line-height: 1.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  #header-logo-sp {
    width: calc(100% - 55px);
  }
  #header-logo-sp .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 14px;
  }
  #header-logo-sp .in .logo {
    display: block;
    text-align: center;
    width: 70%;
    height: 55px;
    padding: 5px;
  }
  #header-logo-sp .in .logo img {
    width: auto;
    max-height: 100%;
  }
  #header-logo-sp .in .category {
    margin: 3px 0 2px;
  }
  #header-logo-sp .in .category li {
    font-size: 10px;
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1.6;
    background-color: #c39261;
    color: #fff;
    padding: 0 10px;
    border-radius: 20px;
  }
  #header-logo-sp .in .category li:not(:last-of-type) {
    margin-bottom: 2px;
  }
  #navi-toggle {
    position: relative;
    right: 0;
    color: #fff;
    width: 55px;
    background: #a79c94;
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -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);
  }
  #navi-toggle.active {
    right: 80%;
  }
  #navi-toggle.active span:nth-of-type(1) {
    top: 20px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  #navi-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #navi-toggle.active span:nth-of-type(3) {
    top: 20px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  #navi-toggle i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #navi-toggle span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    -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);
    opacity: 1;
  }
  #navi-toggle span:nth-of-type(1) {
    top: 10px;
  }
  #navi-toggle span:nth-of-type(2) {
    top: 20px;
  }
  #navi-toggle span:nth-of-type(3) {
    top: 30px;
  }
  #header-navi-wrap {
    position: fixed;
    top: 0;
    left: auto !important;
    right: -80%;
    z-index: 2;
    overflow: hidden;
    width: 80%;
    height: 100%;
    color: #fff;
    -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);
    background: #a79c94;
    padding: 15px;
  }
  #header-navi-wrap a {
    display: block;
    color: #fff;
  }
  #header-navi-wrap a:hover {
    color: #fff;
  }
  #header-navi .menu li {
    border-bottom: 1px solid #fff;
  }
  #header-navi .menu li:first-child {
    border-top: 1px solid #fff;
  }
  #header-navi .menu li > a, #header-navi .menu li > p {
    padding: 15px 10px;
  }
  #header-navi .menu li > a p {
    display: none;
  }
  #header-navi .sub-menu {
    padding-bottom: 10px;
  }
  #header-navi .sub-menu a {
    margin-left: 15px;
    padding: 5px;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
  #header-navi .sub-menu a::before {
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
  }
  #header-navi .has-child:not(.is_accord, .is_mega) .sub-menu a.sp:first-of-type {
    display: none !important;
  }
  #header-navi .has-child.is_accord, #header-navi .has-child.is_mega {
    cursor: pointer;
  }
  #header-navi .has-child.is_accord.active .sub-menu, #header-navi .has-child.is_mega.active .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  #header-navi .has-child.is_accord.active p::before, #header-navi .has-child.is_mega.active p::before {
    content: "\f068";
  }
  #header-navi .has-child.is_accord > a, #header-navi .has-child.is_mega > a {
    display: none;
  }
  #header-navi .has-child.is_accord .sub-menu, #header-navi .has-child.is_mega .sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header-navi .has-child.is_accord p, #header-navi .has-child.is_mega p {
    display: block;
    position: relative;
  }
  #header-navi .has-child.is_accord p::before, #header-navi .has-child.is_mega p::before {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: auto;
    border: none;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
  }
  body.is-navi #header-navi-wrap {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    right: 0;
  }
  #header-navi .sp-buttons-01 li {
    margin-top: 5px;
  }
  #header-navi .sp-buttons-01 li a {
    color: #a79c94;
    padding: 15px 10px;
    background: #fff;
    border-radius: 5px;
  }
  #header-navi .sp-buttons-01 li a i {
    margin-right: 10px;
    letter-spacing: 0;
  }
  #header-navi .sp-buttons-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #header-navi .sp-buttons-02 li {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    word-break: break-all;
    letter-spacing: 0;
    line-height: 1.2;
  }
  #header-navi .sp-buttons-02 li a {
    display: block;
    height: 100%;
    background-color: #fff;
    color: #a79c94;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
  }
  #header-navi .sp-buttons-02 li a i {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
  }
  #fixed-button-sp {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    height: 52px;
  }
  #fixed-button-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  #fixed-button-sp ul li {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ed7a75;
    text-align: center;
  }
  #fixed-button-sp ul li:nth-child(2) {
    background-color: rgba(237, 122, 117, 0.8);
  }
  #fixed-button-sp ul li a {
    display: block;
    color: #fff;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fixed-button-sp ul li a:hover {
    color: #fff;
  }
  #fixed-button-sp ul li a i {
    margin-right: 5px;
  }
  #overlay {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  body.is-navi #overlay {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  h1 {
    padding: 10px 5.3%;
    text-align: center;
    background: var(--bg-color);
  }
}
#pagetop {
  width: 96px;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
@media (hover: hover) {
  #pagetop img {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }
  #pagetop:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

#footer {
  padding-bottom: 45px;
  position: relative;
}
#footer::before, #footer::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url("../img/common/footer_bg.jpg");
  position: absolute;
  left: 0;
  z-index: -1;
}
#footer::before {
  height: calc(100% - 34px - 60px);
  background-position: left top -34px;
  bottom: 0;
}
#footer::after {
  height: 36px;
  -webkit-mask-image: url("../img/common/footer_bg_mask.png");
          mask-image: url("../img/common/footer_bg_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  top: 60px;
}

#footer-top {
  margin-bottom: 80px;
}

#footer-logo {
  width: 100%;
  margin-bottom: 65px;
}
#footer-logo a {
  display: block;
  max-width: 273px;
  margin-left: auto;
  margin-right: auto;
}

#footer-navi {
  line-height: 1.4;
}
#footer-navi ul li {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer-navi ul a {
  display: block;
  color: var(--text-color);
  letter-spacing: 0.1em;
}

#footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
  margin-top: 40px;
}
#footer-sns ul > li {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
#footer-sns ul > li.line a {
  color: #06c755;
}
#footer-sns ul > li a {
  color: #d9a7a8;
}
@media (hover: hover) {
  #footer-sns ul > li a:hover {
    color: #ed7a75;
  }
}

#footer-copyright {
  margin-top: 40px;
}
#footer-copyright small {
  display: block;
  color: #cda77b;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 641px) { /* pc only */
  #footer {
    background: url("../img/common/footer_bg_l.png") left top 60px, url("../img/common/footer_bg_r.png") right 30px top 130px;
    background-repeat: no-repeat;
  }
  #footer-navi {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #footer-navi ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer-navi ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer-navi ul li:not(:first-child) a::before {
    display: block;
    content: "";
    width: 4px;
    height: 22px;
    background: url("../img/common/nav_dot.png") left top/100% auto no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  #footer-navi ul li a {
    font-size: 17px;
    padding: 5px 30px;
    text-align: center;
    position: relative;
  }
  #footer-navi ul li a p {
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    color: #d9a7a8;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-top: 5px;
  }
}
@media (hover: hover) {
  #footer-navi ul li a:hover p::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #footer-navi ul li a p::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #d9a7a8;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    content: "";
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  #pagetop {
    width: 60px;
    right: 10px;
    bottom: 60px;
  }
  #footer {
    padding-bottom: 67px;
  }
  #footer-top {
    margin-bottom: 60px;
  }
  #footer-navi {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
  #footer-navi ul li {
    background: url("../img/footer_nav_bdr.png") left bottom repeat-x;
  }
  #footer-navi ul li a {
    font-size: 16px;
    padding: 8px 20px;
    text-align: center;
  }
  #footer-navi ul li a p {
    display: none;
  }
}
.home-mv {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 70px;
}
.home-mv .inner {
  position: relative;
  z-index: 0;
}

.home-mv-slider::after {
  display: block;
  content: "";
  width: 256px;
  aspect-ratio: 256/290;
  background: url("../img/top/mv_dec_btm_r.png") left top/100% auto no-repeat;
  position: absolute;
  right: -30px;
  bottom: -75px;
  pointer-events: none;
}
.home-mv-slider img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}

.home-mv-content .slogan {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-mv-content .slogan .text {
  display: block;
  color: #fff;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 29px;
  letter-spacing: 0.2em;
  text-align: center;
  background: url("../img/top/mv_catch_dec.png") center top no-repeat;
  padding-top: 114px;
  text-shadow: 0px 0px 10px #7895ad, 0px 0px 18px #7895ad, 0px 0px 22px #7895ad;
}
.home-mv-content .slogan i {
  display: block;
  color: #aac3d9;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0px 0px 10px #fff, 0px 0px 18px #fff, 0px 0px 22px #fff;
  margin-top: 25px;
}

.home-mv-point {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  z-index: 2;
}

.home-mv-point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 262px;
  aspect-ratio: 524/498;
  text-align: center;
  color: #fff;
  background: url("../img/top/mv_info_bg2.png"), url("../img/top/mv_info_bg.png");
  background-size: 88.9% auto, 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.home-mv-point-item .thumbnail {
  display: block;
  width: 66px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.7%;
}
.home-mv-point-item .text {
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  padding-bottom: 3.8%;
}
.home-mv-point-item .small {
  font-size: 70%;
}
.home-mv-point-item .large {
  font-size: 120%;
}

.home-mv-point-banner {
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}

@media only screen and (max-width: 640px) { /* sp */
  .home-mv {
    padding-left: 5.3%;
    padding-right: 5.3%;
    margin-top: 65px;
    margin-bottom: 40px;
  }
  .home-mv-slider::after {
    width: 128px;
    right: -4.5%;
    bottom: -20px;
  }
  .home-mv-slider img {
    height: 400px;
    border-radius: 30px;
  }
  .home-mv-content {
    margin-top: 10px;
  }
  .home-mv-content > *:not(.slogan, .home-mv-point, :last-child) {
    margin-bottom: 15px;
  }
  .home-mv-content .slogan {
    height: 400px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 2.9%;
  }
  .home-mv-content .slogan .text {
    font-size: clamp(16px, 4.8vw, 18px);
    background-size: 60px auto;
    padding-top: 70px;
  }
  .home-mv-content .slogan i {
    font-size: 10px;
    margin-top: 10px;
  }
  .home-mv-point {
    height: 400px;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-mv-point .thumbnail {
    width: 50px;
  }
  .home-mv-point .text {
    font-size: clamp(12px, 4vw, 15px);
  }
  .home-mv-point-item {
    max-width: 160px;
    width: calc((100% - 10px) / 2);
  }
  .home-mv-point-banner {
    width: 100%;
    gap: 0;
  }
}
@media print, screen and (min-width: 641px) { /* pc only */
  .home-mv {
    height: 805px;
  }
  .home-mv-slider img {
    height: 805px;
  }
  .home-mv-content {
    max-width: 1260px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .home-mv-content .slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) { /* sp */
  .home-mv h1 {
    background: none;
    padding: 0;
    margin-top: 10px;
    position: relative;
  }
}
.home-reset h2,
.home-reset h3,
.home-reset h4,
.home-reset h5 {
  font-family: var(--family-base);
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-reset h2::before, .home-reset h2::after,
.home-reset h3::before,
.home-reset h3::after,
.home-reset h4::before,
.home-reset h4::after,
.home-reset h5::before,
.home-reset h5::after {
  display: none;
  width: initial;
  height: initial;
  background: initial;
  position: initial;
  opacity: initial;
}

.home-reset h2 span,
.home-reset h3 span,
.home-reset h4 span,
.home-reset h5 span {
  font-size: inherit;
  color: inherit;
}

.home-reset ol li {
  margin: 0;
}

.home-reset ol li:last-of-type {
  margin: 0;
}

.home-reset ol li:before {
  display: none;
}

.home-reset ol li::before {
  padding: 0;
  border-radius: initial;
  color: initial;
  counter-increment: initial;
  content: initial;
  font-family: initial;
  font-weight: initial;
  font-style: initial;
  letter-spacing: initial;
  position: initial;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

/* タイトル */
.home-title {
  text-align: center;
  margin-bottom: 40px;
}
.home-title h2,
.home-title h3,
.home-title h4,
.home-title h5 {
  font-family: var(--family-base);
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home-title h2::before, .home-title h2::after,
.home-title h3::before,
.home-title h3::after,
.home-title h4::before,
.home-title h4::after,
.home-title h5::before,
.home-title h5::after {
  display: none;
  width: initial;
  height: initial;
  background: initial;
  position: initial;
  opacity: initial;
}
.home-title h2 span,
.home-title h3 span,
.home-title h4 span,
.home-title h5 span {
  font-size: inherit;
  color: inherit;
}
.home-title .home-title .image {
  margin-bottom: 20px;
}
.home-title .en {
  color: #ac927f;
  font-size: 12px;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.home-title .ja {
  color: #654d3b;
  font-size: 34px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 640px) { /* sp */
  .home-title .en {
    margin-bottom: 5px;
  }
  .home-title .ja {
    font-size: 26px;
  }
}
/* inner */
@media print, screen and (min-width: 641px) { /* pc only */
  .p-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) { /* sp */
  .p-inner {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}
/* リンクボタン */
.more-button .-en a {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.more-button a {
  display: inline-block;
  vertical-align: top;
  background: url("../img/common/btn_bg.png");
  background-color: #ed7a75;
  border: 2px solid #fff;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  border-radius: 10px;
}
.more-button a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-color: #fff;
  -webkit-clip-path: polygon(5px 0, 8px 0, 8px 5px, 100% 5px, 100% 8px, 8px 8px, 8px 100%, 5px 100%, 5px 8px, 0 8px, 0 5px, 5px 5px);
          clip-path: polygon(5px 0, 8px 0, 8px 5px, 100% 5px, 100% 8px, 8px 8px, 8px 100%, 5px 100%, 5px 8px, 0 8px, 0 5px, 5px 5px);
  margin-right: 10px;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .more-button a {
    min-width: 220px;
  }
}
@media (hover: hover) {
  .more-button a:hover {
    background-color: transparent;
    color: #ed7a75;
    border-color: #ed7a75;
  }
  .more-button a:hover::before {
    background-color: #ed7a75;
  }
  .more-button a::before {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
}
.top-news-wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 160px;
}
.top-news-wrap::before, .top-news-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: url("../img/top/news_bg.jpg");
  z-index: -1;
}
.top-news-wrap::before {
  bottom: 0;
  height: calc(100% - 44px);
  background: url("../img/top/news_bg.jpg") left top -44px;
}
.top-news-wrap::after {
  top: 10px;
  height: 36px;
  -webkit-mask-image: url("../img/top/news_bg_mask.png");
          mask-image: url("../img/top/news_bg_mask.png");
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}

.top-news {
  margin-bottom: 64px;
}
.top-news .title-wrap .box-title {
  text-align: center;
}
.top-news .title-wrap .box-title h2 {
  font-family: var(--family-base);
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-news .title-wrap .box-title h2::before,
.top-news .title-wrap .box-title h2::after {
  display: none;
  width: initial;
  height: initial;
  background: initial;
  position: initial;
  opacity: initial;
}
.top-news .title-wrap .box-title h2 span {
  font-size: inherit;
  color: inherit;
}
.top-news .title-wrap .box-title .image {
  display: block;
  margin-bottom: 20px;
}
.top-news .title-wrap .box-title .title-ja {
  color: #654d3b;
  font-size: 28px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.top-news .title-wrap .box-title .title-ja span {
  display: block;
  font-size: 60%;
}
.top-news .title-wrap .box-title .title-en {
  display: block;
  color: #ac927f;
  font-size: 12px;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-top: 10px;
}
.top-news .title-wrap .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
  margin-top: 15px;
}
.top-news .title-wrap .button.-news a {
  color: #d28683;
  border-bottom: 1px solid #d28683;
}
.top-news .title-wrap .button.-blog a {
  color: #67a0a8;
  border-color: #67a0a8;
}
.top-news .title-wrap .button a {
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding: 10px 20px;
}
.top-news .title-wrap .button a::before {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 15px;
}
.top-news .news-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  background: url("../img/top/news_item_bdr.png") left bottom repeat-x;
}
.top-news .news-list > li:not(:last-child) {
  margin-bottom: 20px;
}
.top-news .news-list > li > * {
  display: block;
  letter-spacing: 0.075em;
}
.top-news .news-list > li time,
.top-news .news-list > li em {
  line-height: 1.2;
  margin-right: 25px;
}
.top-news .news-list > li time {
  color: #98897e;
}
.top-news .news-list > li time::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 10px;
}
.top-news .news-list > li em {
  text-align: center;
  padding: 8px 10px;
  font-style: normal;
  min-width: 120px;
  border-radius: 5px;
}
.top-news .news-list > li a {
  color: var(--text-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) { /* sp */
  .top-news-wrap {
    padding-bottom: 102px;
  }
  .top-news {
    margin-bottom: 50px;
  }
  .top-news .title-wrap {
    margin-bottom: 30px;
  }
  .top-news .box-title .image img {
    width: 61px;
  }
  .top-news .box-title .title-ja {
    font-size: 26px;
  }
  .top-news .news-list > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-news .news-list > li time,
  .top-news .news-list > li em {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .top-news .news-list > li time::before {
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 641px) { /* pc only */
  .top-news-wrap {
    background: url("../img/top/news_bg_l.png") left top, url("../img/top/news_bg_r.png") right 26px top;
    background-repeat: no-repeat;
  }
  .top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px;
  }
  .top-news .title-wrap {
    width: 350px;
    margin-right: 20px;
  }
  .top-news .news-list {
    width: 800px;
    padding-top: 95px;
  }
  .top-news .news-list > li {
    padding-right: 30px;
  }
  .top-news .news-list > li time {
    font-size: 17px;
  }
  .top-news .news-list > li em {
    font-size: 16px;
  }
  .top-news .news-list > li a {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .top-news .title-wrap .button.-news a {
    -webkit-transition: background-color 0.3s ease-in, color 0.3s;
    transition: background-color 0.3s ease-in, color 0.3s;
  }
  .top-news .title-wrap .button.-news a:hover {
    background-color: #d28683;
    color: #fff;
  }
  .top-news .title-wrap .button.-blog a {
    -webkit-transition: background-color 0.3s ease-in, color 0.3s;
    transition: background-color 0.3s ease-in, color 0.3s;
  }
  .top-news .title-wrap .button.-blog a:hover {
    background-color: #67a0a8;
    color: #fff;
  }
  .top-news .news-list > li a:hover {
    text-decoration: underline;
  }
}
.parts-information .address-content .box-tel {
  padding: 20px 20px 20px;
  background: url("../img/common/tel_dec.png") center top/auto 6px no-repeat, url("../img/common/tel_dec.png") center bottom/auto 6px no-repeat, -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12px, rgb(255, 255, 255) 12px, rgb(255, 255, 255) calc(100% - 12px), rgba(255, 255, 255, 0) calc(100% - 12px), rgba(255, 255, 255, 0) 100%);
  background: url("../img/common/tel_dec.png") center top/auto 6px no-repeat, url("../img/common/tel_dec.png") center bottom/auto 6px no-repeat, linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12px, rgb(255, 255, 255) 12px, rgb(255, 255, 255) calc(100% - 12px), rgba(255, 255, 255, 0) calc(100% - 12px), rgba(255, 255, 255, 0) 100%);
  margin-top: 20px;
  text-align: center;
}
.parts-information .address-content .box-tel .text,
.parts-information .address-content .box-tel .tel {
  display: block;
}
.parts-information .address-content .box-tel .text {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ed7a75;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.parts-information .address-content .box-message {
  margin-top: 10px;
}
.parts-information .address-content .box-address {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 20px;
  text-align: center;
  margin-top: 20px;
}
.parts-information .address-content .box-address::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e7a29f;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 15px;
}
.parts-information .access-container.-illustration {
  position: relative;
}
.parts-information .access-container.-illustration .more-button {
  position: absolute;
  left: 12px;
  bottom: 12px;
}
.parts-information .access-container iframe {
  width: 100%;
  height: 480px;
}
.parts-information .access-container:not(.-illustration) .more-button {
  margin-top: 20px;
  text-align: center;
}
.parts-information .access-container .more-button a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  letter-spacing: 0;
  width: auto;
  height: auto;
  background: none;
  -webkit-clip-path: none;
          clip-path: none;
  margin-right: 10px;
}
.parts-information .access-container .map {
  border: 2px solid #e6e2db;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .parts-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .parts-information .information-container {
    width: 600px;
  }
  .parts-information .schedule-content .schedule-note {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .parts-information .schedule-content .schedule-note .kyushinbi {
    font-weight: 500;
  }
  .parts-information .address-content .box-address {
    font-size: 17px;
  }
  .parts-information .address-content .box-address::before {
    font-size: 16px;
  }
  .parts-information .access-container {
    width: 500px;
  }
}
@media only screen and (max-width: 640px) { /* sp */
  .parts-information .information-container {
    margin-bottom: 50px;
  }
  .parts-information .address-content .box-address::before {
    margin-right: 10px;
  }
}
#top-feature {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px;
  margin-top: -52px;
  z-index: 0;
}
#top-feature::before, #top-feature::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
#top-feature::before {
  bottom: 0;
  height: calc(100% - 48px);
  background: url("../img/top/feature_leaf_l.png") left 103px top 94px no-repeat, url("../img/top/feature_leaf_r.png") right top 124px no-repeat, url("../img/top/feature_bg_top.jpg") left top -48px no-repeat, url("../img/top/feature_bg_btm.jpg") right bottom no-repeat;
  background-color: #fff;
}
#top-feature::after {
  height: 50px;
  background: url("../img/top/feature_bg_top.jpg") no-repeat;
  background-color: #fff;
  -webkit-mask-image: url("../img/top/feature_bg_mask.png");
          mask-image: url("../img/top/feature_bg_mask.png");
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  top: 0;
}
#top-feature .feature-list {
  counter-reset: feature_num 0;
}
#top-feature .feature-list li {
  position: relative;
  padding: 35px 50px 30px 45px;
  border-radius: 30px;
  background-color: #f4f2ef;
  counter-increment: feature_num;
  z-index: 0;
}
#top-feature .feature-list li::before, #top-feature .feature-list li::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#top-feature .feature-list li::before {
  top: 0;
  right: 0;
  width: 55px;
  aspect-ratio: 110/92;
  background-image: url("../img/top/feature_item2_dec_r.png");
}
#top-feature .feature-list li::after {
  left: 0;
  bottom: 0;
  width: 34px;
  aspect-ratio: 68/88;
  background-image: url("../img/top/feature_item2_dec_l.png");
  z-index: -1;
}
#top-feature .feature-list li:nth-child(4n)::before, #top-feature .feature-list li:nth-child(4n+1)::before {
  top: -3px;
  width: 35px;
  aspect-ratio: 70/88;
  background-image: url("../img/top/feature_item_dec_r.png");
}
#top-feature .feature-list li:nth-child(4n)::after, #top-feature .feature-list li:nth-child(4n+1)::after {
  width: 35px;
  aspect-ratio: 70/122;
  background-image: url("../img/top/feature_item_dec_l.png");
}
#top-feature .feature-list li .title {
  position: relative;
  color: #654d3b;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.16em;
}
#top-feature .feature-list li .title::before, #top-feature .feature-list li .title::after {
  display: block;
  color: #e9a86e;
}
#top-feature .feature-list li .title::before {
  content: counter(feature_num, decimal-leading-zero);
  left: 34.4px;
  font-size: 80px;
  font-weight: 700;
  font-style: normal;
  font-family: century-gothic, sans-serif;
  line-height: 0.8em;
  letter-spacing: 0;
}
#top-feature .feature-list li .title::after {
  content: "FEATURE";
  left: 8.4px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: "century-gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#top-feature .feature-list li:nth-child(4n-1) .title::before, #top-feature .feature-list li:nth-child(4n-1) .title::after, #top-feature .feature-list li:nth-child(4n-1) .title::before, #top-feature .feature-list li:nth-child(4n-1) .title::after {
  color: #92be8c;
}
#top-feature .feature-list li:nth-child(4n-2) .title::before, #top-feature .feature-list li:nth-child(4n-2) .title::after, #top-feature .feature-list li:nth-child(4n-2) .title::before, #top-feature .feature-list li:nth-child(4n-2) .title::after {
  color: #81bfc2;
}
#top-feature .feature-list li:nth-child(4n-3) .title::before, #top-feature .feature-list li:nth-child(4n-3) .title::after, #top-feature .feature-list li:nth-child(4n-3) .title::before, #top-feature .feature-list li:nth-child(4n-3) .title::after {
  color: #d98787;
}
#top-feature .feature-list li .more-button {
  margin-top: 20px;
  text-align: center;
}
#top-feature .feature-list li .image img {
  border-radius: 20px;
}
#top-feature .feature-list li .text-content {
  color: #555;
}

@media only screen and (max-width: 640px) { /* sp */
  #top-feature {
    padding-bottom: 88px;
    background-size: 375px auto, 100% auto;
  }
  #top-feature::before {
    background: url("../img/top/feature_bg_top.jpg") left top -48px/100% auto no-repeat, url("../img/top/feature_bg_btm.jpg") right bottom/100% auto no-repeat;
  }
  #top-feature::after {
    background-size: 100% auto;
  }
  #top-feature .home-title .image img {
    width: 105px;
  }
  #top-feature .feature-list li {
    padding: 30px 6%;
  }
  #top-feature .feature-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  #top-feature .feature-list li .text-content {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #top-feature .feature-list li .text-content::before {
    padding-left: 20px;
    margin-top: -0.5em;
    margin-bottom: 10px;
    font-size: 64px;
  }
  #top-feature .feature-list li .text-content::after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 641px) { /* pc only */
  #top-feature .home-title {
    margin-bottom: 60px;
  }
  #top-feature .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 60px;
  }
  #top-feature .feature-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 570px;
  }
  #top-feature .feature-list li .image,
  #top-feature .feature-list li .text-content {
    width: 310px;
  }
  #top-feature .feature-list li .image {
    position: absolute;
    top: 35px;
    right: 50px;
  }
  #top-feature .feature-list li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 5.1em;
    padding-top: 90px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #top-feature .feature-list li .title::before, #top-feature .feature-list li .title::after {
    position: absolute;
    top: 0;
    text-orientation: initial;
  }
  #top-feature .feature-list li .title::before {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  #top-feature .feature-list li .text-content {
    padding-top: 270px;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-family: "zen-maru-gothic", sans-serif;
  }
}
#top-medical {
  position: relative;
  padding-top: 115px;
  padding-bottom: 420px;
  margin-top: -38px;
  z-index: 0;
}
#top-medical::before, #top-medical::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
#top-medical::before {
  bottom: 0;
  height: calc(100% - 34px);
  background-image: url("../img/top/medical_btm_l.png"), url("../img/top/medical_btm_r.png"), url("../img/top/medical_bg_l.png"), url("../img/top/medical_bg_r.png"), url("../img/top/medical_bg.jpg");
  background-position: left bottom 114px, right bottom 114px, left top -34px, right top -34px, center top -34px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x;
  background-color: #f4f2ef;
}
#top-medical::after {
  top: 0;
  height: 36px;
  background-image: url("../img/top/medical_bg_l.png"), url("../img/top/medical_bg_r.png"), url("../img/home/medical_bg.jpg");
  background-position: left top, right top, center top;
  background-repeat: no-repeat, no-repeat, repeat-x;
  -webkit-mask-image: url("../img/top/medical_bg_mask.png");
          mask-image: url("../img/top/medical_bg_mask.png");
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
#top-medical .medical-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 55px;
}
#top-medical .medical-list li {
  width: 311px;
  aspect-ratio: 622/620;
}
#top-medical .medical-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: var(--text-color);
  background-image: url("../img/top/medical_item_bg6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#top-medical .medical-list li a::after {
  content: "\f061";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16%;
  margin-top: 6.4%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.3em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background-color: #ddc95d;
}
#top-medical .medical-list li .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.2%;
  border-radius: 50%;
  background-color: #fff;
}
#top-medical .medical-list li .title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-medical .medical-list li .title .ja {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#top-medical .medical-list li .title .ja span {
  display: block;
  font-size: 64%;
  letter-spacing: 0.05em;
}
#top-medical .medical-list li .title .en {
  margin-top: 2.5%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: "century-gothic", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
#top-medical .medical-list li:nth-child(6n-2) a {
  background-image: url("../img/top/medical_item_bg4.png");
}
#top-medical .medical-list li:nth-child(6n-2) a::after {
  background-color: #61b7c4;
}
#top-medical .medical-list li:nth-child(6n-3) a {
  background-image: url("../img/top/medical_item_bg3.png");
}
#top-medical .medical-list li:nth-child(6n-3) a::after {
  background-color: #71be7c;
}
#top-medical .medical-list li:nth-child(6n-4) a {
  background-image: url("../img/top/medical_item_bg2.png");
}
#top-medical .medical-list li:nth-child(6n-4) a::after {
  background-color: #ec92b2;
}
#top-medical .medical-list li:nth-child(6n-5) a {
  background-image: url("../img/top/medical_item_bg1.png");
}
#top-medical .medical-list li:nth-child(6n-5) a::after {
  background-color: #ef995f;
}
#top-medical .medical-list li:nth-child(6n-1) a {
  background-image: url("../img/top/medical_item_bg5.png");
}
#top-medical .medical-list li:nth-child(6n-1) a::after {
  background-color: #b3a1d1;
}

@media only screen and (max-width: 640px) { /* sp */
  #top-medical {
    padding-top: 80px;
    padding-bottom: 220px;
  }
  #top-medical::before {
    background-position: left bottom 112px, right bottom 112px, left top -34px, right top -34px, center top -34px;
    background-size: 29.8% auto, 37.5% auto, 54.5% auto, 64.3% auto, auto;
  }
  #top-medical::after {
    background-size: 54.5% auto, 64.3% auto, auto;
  }
  #top-medical .home-title .image img {
    width: 103px;
  }
  #top-medical .medical-list {
    gap: 20px;
  }
  #top-medical .medical-list .li {
    width: calc((100% - 20px) / 2);
    max-width: 180px;
  }
  #top-medical .medical-list .li a::after {
    font-size: 1em;
  }
  #top-medical .medical-list .li .image {
    width: 28.9%;
  }
  #top-medical .medical-list .li .title .ja {
    font-size: clamp(9px, 3.7vw, 14px);
  }
  #top-medical .medical-list .li .title .en {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 641px) { /* pc only */
  #top-medical .home-title {
    margin-bottom: 20px;
  }
  #top-medical .medical-list {
    width: 1047px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (hover: hover) {
  .medical-list li a {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .medical-list li a:hover {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
#top-greeting {
  padding-bottom: 130px;
  margin-top: -177px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#top-greeting::before, #top-greeting::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: url("../img/top/greeting_bg.jpg") right top no-repeat;
  background-color: #fff;
  z-index: -1;
}
#top-greeting::before {
  bottom: 0;
  height: calc(100% - 125px - 48px);
  background-position: right top -48px;
}
#top-greeting::after {
  top: 125px;
  height: 50px;
  -webkit-mask-image: url("../img/top/greeting_bg_mask.png");
          mask-image: url("../img/top/greeting_bg_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
#top-greeting .greeting-content .image-area .image {
  position: relative;
  aspect-ratio: 854/998;
  margin-bottom: 40px;
  text-align: center;
}
#top-greeting .greeting-content .image-area .image::before, #top-greeting .greeting-content .image-area .image::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#top-greeting .greeting-content .image-area .image::before {
  left: -111px;
  bottom: 0;
  width: 240px;
  aspect-ratio: 480/418;
  background-image: url("../img/top/greeting_img_dec_l.png");
}
#top-greeting .greeting-content .image-area .image::after {
  top: 30px;
  right: 40px;
  width: 78px;
  aspect-ratio: 154/102;
  background-image: url("../img/top/greeting_img_dec_r.png");
}
#top-greeting .greeting-content .image-area .image img {
  width: 100%;
  -webkit-mask-image: url("../img/top/greeting_img_mask.png");
          mask-image: url("../img/top/greeting_img_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top-greeting .greeting-content .image-area figcaption {
  color: #654d3b;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
#top-greeting .greeting-content .description h3 {
  padding-bottom: 40px;
  margin-bottom: 35px;
  color: #654d3b;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-family: "zen-maru-gothic", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  background: url("../img/top/greeting_catch_dec.png") center bottom no-repeat;
}
#top-greeting .greeting-content .text-content {
  color: #555;
  text-align: center;
  letter-spacing: 0.05em;
}
#top-greeting .greeting-content .text-content p:not(:last-child) {
  margin-bottom: 30px;
}
#top-greeting .more-button {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 640px) { /* sp */
  #top-greeting {
    margin-top: -92px;
    padding-bottom: 60px;
  }
  #top-greeting::before, #top-greeting::after {
    background-size: 100% auto;
  }
  #top-greeting::before {
    height: calc(100% - 40px - 48px);
  }
  #top-greeting::after {
    top: 40px;
  }
  #top-greeting .home-title .image img {
    width: 120px;
  }
  #top-greeting .greeting-content .image-area {
    margin-bottom: 30px;
  }
  #top-greeting .greeting-content .image-area .image {
    max-width: 427px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #top-greeting .greeting-content .image-area .image::before {
    left: -26%;
    width: 56%;
  }
  #top-greeting .greeting-content .image-area .image::after {
    right: 9%;
    width: 18%;
  }
  #top-greeting .greeting-content .image-area figcaption {
    font-size: 16px;
  }
  #top-greeting .greeting-content .image-area figcaption span {
    display: block;
  }
  #top-greeting .greeting-content .description h3 {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  #top-greeting .greeting-content .text-content p:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 641px) { /* pc only */
  #top-greeting .home-title {
    margin-bottom: 45px;
  }
  #top-greeting .greeting-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #top-greeting .greeting-content .image-area {
    width: 470px;
    min-width: 470px;
    margin-right: 45px;
  }
  #top-greeting .greeting-content .image-area .image {
    width: 427px;
    margin-left: auto;
  }
  #top-greeting .greeting-content .image-area figcaption span {
    padding-right: 2em;
  }
  #top-greeting .greeting-content .description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #top-greeting .greeting-content .text-content {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-family: "zen-maru-gothic", sans-serif;
    line-height: 2.6;
  }
}
#top-end-slider {
  margin-bottom: 50px;
  overflow: hidden;
}
#top-end-slider ul li {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  #top-end-slider ul li { /* sp */
    padding-left: 5px;
    padding-right: 5px;
  }
}
#top-end-slider ul li img {
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  #top-end-slider ul li img { /* sp */
    width: 200px;
  }
}

.archives-news .news-list > li {
  padding: 30px 0;
  border-bottom: 1px solid var(--border-color);
}
.archives-news .news-list > li .title {
  display: block;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: var(--family-base);
  text-align: left;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  text-shadow: none;
  opacity: 1;
  overflow: visible;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
}
.archives-news .news-list > li .title::before, .archives-news .news-list > li .title::after {
  display: none;
  position: initial;
  width: initial;
  height: initial;
  background: initial;
  opacity: initial;
}
.archives-news .news-list > li .title span {
  color: inherit;
  font-size: inherit;
}
.archives-news .news-list > li .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #98897e;
}
.archives-news .news-list > li .meta .date {
  margin-right: 1em;
}
.archives-news .news-list > li .meta .category em {
  display: inline-block;
  min-width: 110px;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
}